]> gitweb.fluxo.info Git - puppet-sshd.git/commitdiff
debug infos
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>
Fri, 29 Feb 2008 10:57:33 +0000 (10:57 +0000)
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>
Fri, 29 Feb 2008 10:57:33 +0000 (10:57 +0000)
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@890 d66ca3ae-40d7-4aa7-90d4-87d79ca94279

manifests/init.pp

index 9d0c594f059bb84f751ec3a5af1873cdc10e74f0..32e8562142df602ba1b920e791d684c198b03cc2 100644 (file)
@@ -52,7 +52,7 @@ define sshd::sshd_config(
                default => $source,
        }
 
-    info("sshd_allowed_users is set to ${sshd_allowed_users}")
+    warn("sshd_allowed_users is set to ${sshd_allowed_users}")
 
     $real_sshd_allowed_users = $sshd_allowed_users ? {
         ''  => 'root',