summaryrefslogtreecommitdiff
path: root/manifests/client.pp
diff options
context:
space:
mode:
authoram <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-01-31 22:14:36 +0000
committeram <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-01-31 22:14:36 +0000
commit26e8702b15a37a5e22c070cbd6dd0105355b0d45 (patch)
tree7d9d811071374305007316c2c7e2116263741fef /manifests/client.pp
parentd5c7b0ba7a8f3e7bdac373f58e077fa9e4a9a26b (diff)
gentoo auf munin, versuch symlink
git-svn-id: https://svn/ipuppet/trunk/modules/munin@655 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
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,
}