aboutsummaryrefslogtreecommitdiff
path: root/modules/profile/manifests/monitoring/commands.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/profile/manifests/monitoring/commands.pp')
-rw-r--r--modules/profile/manifests/monitoring/commands.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/profile/manifests/monitoring/commands.pp b/modules/profile/manifests/monitoring/commands.pp
index 7e9683f..a25f7b3 100644
--- a/modules/profile/manifests/monitoring/commands.pp
+++ b/modules/profile/manifests/monitoring/commands.pp
@@ -31,6 +31,7 @@ class profile::monitoring::commands inherits profile::monitoring {
31 target => "/etc/naemon/objects.cfg", 31 target => "/etc/naemon/objects.cfg",
32 notify => Service["naemon"], 32 notify => Service["naemon"],
33 before => Service["naemon"], 33 before => Service["naemon"],
34 require => File["/etc/naemon"],
34 } 35 }
35 36
36 nagios_command { 37 nagios_command {