summaryrefslogtreecommitdiff
path: root/manifests/client.pp
diff options
context:
space:
mode:
authorMarcel Haerry <haerry@puzzle.ch>2008-07-21 09:53:42 +0200
committerMarcel Haerry <haerry@puzzle.ch>2008-07-21 09:53:42 +0200
commit625265b100f1b4a9448ad9db7013e183487bb072 (patch)
tree2931f317af3aa052e03636a0e7987fc6c500932b /manifests/client.pp
parent2de5b80d2686711e0d7b0d8aabee6e14919709af (diff)
parenta0eba1c444207b6fad449e3de61d60fcdd6994d9 (diff)
merged with immerda
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