summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-04-26 11:51:11 +0000
committermh <mh@immerda.ch>2008-04-26 11:51:11 +0000
commitad491932f2bf4fffb302aac695b7374f9fb19007 (patch)
treed9d173d09ffd1b18cac65b8bae79cec931c4dc91 /manifests/init.pp
parent7aaeaef69de6c8aeffde12ff5b7e40037e35e6c3 (diff)
debug statement to test
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 0c6fa51..a1f2859 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -215,7 +215,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,
}
}