aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-02-29 11:00:18 +0000
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-02-29 11:00:18 +0000
commit5076f8a68d1e17578d2d830c48a77d57ef9613e3 (patch)
treedfb05d7d733bf29e8a4aa252348459b8f3aedb24 /manifests
parentc10baee4eb0a16c0a61942dfbd584d8b231ae33d (diff)
downloadpuppet-sshd-5076f8a68d1e17578d2d830c48a77d57ef9613e3.tar.gz
puppet-sshd-5076f8a68d1e17578d2d830c48a77d57ef9613e3.tar.bz2
notice not warn
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@893 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 32e8562..b2adaed 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -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',