summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-01-31 20:13:15 +0000
committermh <mh@immerda.ch>2008-01-31 20:13:15 +0000
commit77212a2b8c764900b0ba5b167fb450ea6ecf3b96 (patch)
tree0fe8af5c57d30a051de2508ac65554ed46603e8d /manifests
parente7d5725e20ffdb20718c7e68dd9e39c7d987675f (diff)
fixed service
Diffstat (limited to 'manifests')
-rw-r--r--manifests/client.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index c2a59e4..bc47a23 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -152,7 +152,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-node"],
}
service { "munin-node":