summaryrefslogtreecommitdiff
path: root/manifests/client.pp
diff options
context:
space:
mode:
authorandreas <andreas@immerda.ch>2008-01-31 22:14:36 +0000
committerandreas <andreas@immerda.ch>2008-01-31 22:14:36 +0000
commit75b7cf781e33d78a890e0717d4c052835a804f2c (patch)
tree7d9d811071374305007316c2c7e2116263741fef /manifests/client.pp
parent87503595260b3329b953a78f1d8f56bf3295fcb0 (diff)
gentoo auf munin, versuch symlink
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 bc47a23..af2c523 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -152,10 +152,10 @@ 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-node"],
+ notify => Service["munin"],
}
- service { "munin-node":
+ service { "munin":
ensure => running,
}