diff options
author | mh <mh@immerda.ch> | 2008-04-26 12:08:16 +0000 |
---|---|---|
committer | mh <mh@immerda.ch> | 2008-04-26 12:08:16 +0000 |
commit | 8b92723d252201b4b7b3a8a9e9d5460b6edc5cfa (patch) | |
tree | adf5e56c1233fa9b190b81099d4b5b07f6642bba | |
parent | 1ac642120695b71efa566d0a561712d254d9f70b (diff) |
reenabled parameter, as I patched the master
-rw-r--r-- | manifests/init.pp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index ea8169b..d39fa2d 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -206,8 +206,6 @@ define nagios::host( default => $parents } - notice("real_nagios_contact_groups are: $real_nagios_contact_groups | real_nagios_parents: $real_nagios_parents") - @@nagios_host { $name: ensure => present, address => $ip, @@ -215,7 +213,7 @@ define nagios::host( max_check_attempts => $max_check_attempts, notification_interval => $notification_interval, parents => $real_nagios_parents, - # contact_groups => $real_nagios_contact_groups, + contact_groups => $real_nagios_contact_groups, use => $use, } } |