summaryrefslogtreecommitdiff
path: root/manifests/pnp4nagios.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2012-09-17 19:54:14 +0200
committerLeap devs <sysdev@leap.se>2012-09-19 16:07:09 +0000
commit579b622e8f276b01ff0bc85c7828fb3dfb0b70ae (patch)
tree23e91e341d977a91969553e9deaf0d1136bc5080 /manifests/pnp4nagios.pp
parentbc2068ee8514e7e90641d5016bf12bd1b4ce48c0 (diff)
fixed conf file permissions, notify services
Diffstat (limited to 'manifests/pnp4nagios.pp')
-rw-r--r--manifests/pnp4nagios.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/pnp4nagios.pp b/manifests/pnp4nagios.pp
index dd9b0c6..d97bb1e 100644
--- a/manifests/pnp4nagios.pp
+++ b/manifests/pnp4nagios.pp
@@ -14,6 +14,7 @@ class nagios::pnp4nagios {
source => [ "puppet:///modules/site-nagios/pnp4nagios/pnp4nagios-templates.cfg",
"puppet:///modules/nagios/pnp4nagios/pnp4nagios-templates.cfg" ],
mode => 0644, owner => root, group => root;
+ notify => Service['nagios'],
}
file { 'apache.conf':