summaryrefslogtreecommitdiff
path: root/manifests/client.pp
diff options
context:
space:
mode:
authorandreas <andreas@immerda.ch>2007-12-04 17:18:35 +0000
committerandreas <andreas@immerda.ch>2007-12-04 17:18:35 +0000
commit1fced1bd007e0f3b72b46890d9d4b138f75a118d (patch)
tree9741fbf9dbc8e000fbb1255561dcaa5876b6179c /manifests/client.pp
parent5303631ee3cb0c2ee7ddaa6c4471ccdcf886cd7e (diff)
munin-node in gentoo is munin
Diffstat (limited to 'manifests/client.pp')
-rw-r--r--manifests/client.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index f5caaec..639d133 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -145,8 +145,8 @@ class munin::client::gentoo
mode => 0644, owner => root, group => root,
# 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"],
+ before => Package["munin"],
+ notify => Service["munin"],
}
service { "munin":