summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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":