aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-02-02 00:17:24 +0000
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-02-02 00:17:24 +0000
commit563aa80f8b3976274ebe8115aa4aac4439d702e9 (patch)
treeb566102795dd5145514fbe8f08d8fad74cd793c8 /manifests
parent9ebb3866e4e446d29edabcdbcbba659fe6cd0405 (diff)
downloadpuppet-sshd-563aa80f8b3976274ebe8115aa4aac4439d702e9.tar.gz
puppet-sshd-563aa80f8b3976274ebe8115aa4aac4439d702e9.tar.bz2
fixed language problem
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@730 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 157f28a..375168a 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -16,7 +16,8 @@ class sshd {
default: {
service{'sshd':
name => $operatingsystem ? {
- debian,ubuntu => 'ssh',
+ debian => 'ssh',
+ ubuntu => 'ssh',
default => 'sshd',
},
enable => true,