From: mh Date: Fri, 29 Feb 2008 14:25:05 +0000 (+0000) Subject: fixed wrong path X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=eba8003eefaa797b420687208e523190352136de;p=puppet-sshd.git fixed wrong path git-svn-id: https://svn/ipuppet/trunk/modules/sshd@923 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 --- diff --git a/manifests/init.pp b/manifests/init.pp index 146bcf2..14407d4 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -48,7 +48,7 @@ class sshd { default => $source, } - notice("sshd_allowed_users is set to ${sshd_allowed_users}") + #notice("sshd_allowed_users is set to ${sshd_allowed_users}") $real_sshd_allowed_users = $sshd_allowed_users ? { '' => 'root',