aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-02-29 10:57:33 +0000
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-02-29 10:57:33 +0000
commitc10baee4eb0a16c0a61942dfbd584d8b231ae33d (patch)
treed51fb99d846b02a1ce0a81d19ad349f86449f970 /manifests
parent5cf8ea7bd75c99a3a2affcce64e233171b391a1d (diff)
downloadpuppet-sshd-c10baee4eb0a16c0a61942dfbd584d8b231ae33d.tar.gz
puppet-sshd-c10baee4eb0a16c0a61942dfbd584d8b231ae33d.tar.bz2
debug infos
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@890 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 9d0c594..32e8562 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -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',