summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorandreas <andreas@immerda.ch>2008-01-31 22:19:05 +0000
committerandreas <andreas@immerda.ch>2008-01-31 22:19:05 +0000
commitffadb6ba14efabe3eeae1decaef7034d4dbd03e3 (patch)
treeb6bc925261486b5bc2404b6c72c7313f5860e7fe /manifests
parent75b7cf781e33d78a890e0717d4c052835a804f2c (diff)
kein notify?
Diffstat (limited to 'manifests')
-rw-r--r--manifests/client.pp9
1 files changed, 8 insertions, 1 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index af2c523..3c2814b 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -141,6 +141,13 @@ class munin::client::gentoo
},
}
+ # link
+ file{
+ "/etc/init.d/munin":
+ ensure => "/etc/init.d/munin-node",
+ }
+
+
file {
"/etc/munin/":
@@ -152,7 +159,7 @@ class munin::client::gentoo
# this has to be installed before the package, so the postinst can
# boot the munin-node without failure!
before => Package["munin"],
- notify => Service["munin"],
+ # notify => Service["munin"],
}
service { "munin":