]> gitweb.fluxo.info Git - puppet-sshd.git/commitdiff
notice not warn
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>
Fri, 29 Feb 2008 11:00:18 +0000 (11:00 +0000)
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>
Fri, 29 Feb 2008 11:00:18 +0000 (11:00 +0000)
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@893 d66ca3ae-40d7-4aa7-90d4-87d79ca94279

manifests/init.pp

index 32e8562142df602ba1b920e791d684c198b03cc2..b2adaedf019f1aa6e3f05fcb38bb3cc26fc7f209 100644 (file)
@@ -52,7 +52,7 @@ define sshd::sshd_config(
                default => $source,
        }
 
-    warn("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',