aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-02-29 14:25:05 +0000
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-02-29 14:25:05 +0000
commiteba8003eefaa797b420687208e523190352136de (patch)
tree4a264142312cfe89db58a846a1bf454e1d5af917 /manifests
parentbcb0140f70d3ab4bebc028e28945b3f44926659a (diff)
downloadpuppet-sshd-eba8003eefaa797b420687208e523190352136de.tar.gz
puppet-sshd-eba8003eefaa797b420687208e523190352136de.tar.bz2
fixed wrong path
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@923 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 146bcf2..14407d4 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -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',