From: mh Date: Sun, 17 Feb 2008 20:50:47 +0000 (+0000) Subject: typo in definition X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=021e331ccb776a04bcd1738ec61c4df92f7dc2c2;p=puppet-sshd.git typo in definition git-svn-id: https://svn/ipuppet/trunk/modules/sshd@825 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 --- diff --git a/manifests/init.pp b/manifests/init.pp index 86c9843..88d25e6 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -44,7 +44,7 @@ class sshd { } } -define sshd::sshd_config ( +define sshd::sshd_config( $source => '' ){ $real_source = $source ? { @@ -52,7 +52,7 @@ define sshd::sshd_config ( default => $source, } - $real_allowed_users = ? $sshd_allowed_users ? { + $real_allowed_users = $sshd_allowed_users ? { '' => 'root', default => $sshd_allowed_users, }