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

manifests/init.pp

index e8a67c88a096c63391491fac9f2a7a11dfeded6e..9d0c594f059bb84f751ec3a5af1873cdc10e74f0 100644 (file)
@@ -52,10 +52,12 @@ define sshd::sshd_config(
                default => $source,
        }
 
-       $real_sshd_allowed_users = $sshd_allowed_users ? {
-               ''  => 'root',
-               default => $sshd_allowed_users,
-       }
+    info("sshd_allowed_users is set to ${sshd_allowed_users}")
+
+    $real_sshd_allowed_users = $sshd_allowed_users ? {
+        ''  => 'root',
+           default => $sshd_allowed_users,
+    }
 
        file { 'sshd_config':
         path => '/etc/ssh/sshd_config',