diff options
author | mh <mh@immerda.ch> | 2008-04-26 11:54:49 +0000 |
---|---|---|
committer | mh <mh@immerda.ch> | 2008-04-26 11:54:49 +0000 |
commit | 77c34d4bb19a6e08b092585bdf74b5bb8d851f51 (patch) | |
tree | 31c129d92870224a17cc648680fc76e00d5866c2 | |
parent | ad491932f2bf4fffb302aac695b7374f9fb19007 (diff) |
debug statement to notice
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index a1f2859..62662bd 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -206,7 +206,7 @@ define nagios::host( default => $parents } - info("real_nagios_contact_groups are: $real_nagios_contact_groups") + notice("real_nagios_contact_groups are: $real_nagios_contact_groups") @@nagios_host { $name: ensure => present, |