aboutsummaryrefslogtreecommitdiff
path: root/modules/profile/manifests/monitoring/contacts.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/profile/manifests/monitoring/contacts.pp')
-rw-r--r--modules/profile/manifests/monitoring/contacts.pp13
1 files changed, 7 insertions, 6 deletions
diff --git a/modules/profile/manifests/monitoring/contacts.pp b/modules/profile/manifests/monitoring/contacts.pp
index 284d51c..107af18 100644
--- a/modules/profile/manifests/monitoring/contacts.pp
+++ b/modules/profile/manifests/monitoring/contacts.pp
@@ -1,11 +1,12 @@
1class profile::monitoring::contacts { 1class profile::monitoring::contacts {
2 Nagios_contactgroup { 2 Nagios_contactgroup {
3 ensure => "present", 3 ensure => "present",
4 owner => "naemon", 4 owner => "naemon",
5 group => "naemon", 5 group => "naemon",
6 target => "/etc/naemon/objects.cfg", 6 target => "/etc/naemon/objects.cfg",
7 notify => Service["naemon"], 7 notify => Service["naemon"],
8 before => Service["naemon"], 8 before => Service["naemon"],
9 require => File["/etc/naemon"],
9 } 10 }
10 11
11 nagios_contactgroup { "admins": 12 nagios_contactgroup { "admins":