From 5076f8a68d1e17578d2d830c48a77d57ef9613e3 Mon Sep 17 00:00:00 2001 From: mh Date: Fri, 29 Feb 2008 11:00:18 +0000 Subject: notice not warn git-svn-id: https://svn/ipuppet/trunk/modules/sshd@893 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') 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', -- cgit v1.2.3