]> gitweb.fluxo.info Git - puppet-sshd.git/commitdiff
fixed language problem
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>
Sat, 2 Feb 2008 00:17:24 +0000 (00:17 +0000)
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>
Sat, 2 Feb 2008 00:17:24 +0000 (00:17 +0000)
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@730 d66ca3ae-40d7-4aa7-90d4-87d79ca94279

manifests/init.pp

index 157f28aa9a2b8be8fb5aed1ba4df5f499b3520fa..375168af013e671166ab1e89fbaf055c5dd2c36b 100644 (file)
@@ -16,7 +16,8 @@ class sshd {
                default: {
                        service{'sshd':
                 name => $operatingsystem ? {
-                    debian,ubuntu => 'ssh',
+                    debian => 'ssh',
+                    ubuntu => 'ssh',
                     default => 'sshd',
                 },
                 enable => true,