summaryrefslogtreecommitdiff
path: root/manifests/client.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-07-08 18:41:50 +0000
committermh <mh@immerda.ch>2008-07-08 18:41:50 +0000
commit6db2a3fbbb42df462d8c9752fd13c11ee3a7a6d1 (patch)
tree916e756b1b83a475a9145db6b32d3c3c1df34d06 /manifests/client.pp
parent805d56cac760f6d047b83c470c080bee3342165f (diff)
if the munin node config file is changed it should notify the service
Diffstat (limited to 'manifests/client.pp')
-rw-r--r--manifests/client.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index 59b6980..9a7b772 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -66,10 +66,11 @@ class munin::client::base {
}
file {"/etc/munin/munin-node.conf":
content => template("munin/munin-node.conf.$operatingsystem"),
- mode => 0644, owner => root, group => 0,
# this has to be installed before the package, so the postinst can
# boot the munin-node without failure!
before => Package["munin-node"],
+ notify => Service['munin-node'],
+ mode => 0644, owner => root, group => 0,
}
munin::register { $fqdn: }
include munin::plugins::base