]> gitweb.fluxo.info Git - puppet-sshd.git/commitdiff
fixed wrong path
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>
Fri, 29 Feb 2008 14:25:05 +0000 (14:25 +0000)
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>
Fri, 29 Feb 2008 14:25:05 +0000 (14:25 +0000)
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@923 d66ca3ae-40d7-4aa7-90d4-87d79ca94279

manifests/init.pp

index 146bcf2659793b47a723a187070ae6b42cd5ef98..14407d45b5ac29ecb90d233c64fd0af122c00e81 100644 (file)
@@ -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',