summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-04-26 11:49:55 +0000
committermh <mh@immerda.ch>2008-04-26 11:49:55 +0000
commit7aaeaef69de6c8aeffde12ff5b7e40037e35e6c3 (patch)
treec62d2f7ce5de00ed016ff3c4d77e3cf0db251ab2 /manifests/init.pp
parenta809c1e3573d0625e0083365f8ea706d9a8f5f3c (diff)
debug statement to test
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index d4ef43c..0c6fa51 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -205,6 +205,8 @@ define nagios::host(
'' => 'localhost',
default => $parents
}
+
+ info("real_nagios_contact_groups are: $real_nagios_contact_groups")
@@nagios_host { $name:
ensure => present,