diff options
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/install.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/install.pp b/manifests/install.pp index 1c2cb0b..a8d7d36 100644 --- a/manifests/install.pp +++ b/manifests/install.pp @@ -22,8 +22,8 @@ class python::install { } $pythondev = $::osfamily ? { - RedHat => "${python}-devel", - Debian => "${python}-dev" + 'RedHat' => "${python}-devel", + 'Debian' => "${python}-dev" } $dev_ensure = $python::dev ? { |