summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-02-01 19:11:06 +0000
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-02-01 19:11:06 +0000
commitb3a600ad26a21e446d528a93ff03d3ca9dfb66c1 (patch)
tree5be9f849301b409975ea192bd824720ea7f84903 /manifests
parent07415f2506af67e05d83d04979f4e8f2d3fc1a1b (diff)
fixed service problem
git-svn-id: https://svn/ipuppet/trunk/modules/munin@713 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'manifests')
-rw-r--r--manifests/client.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/client.pp b/manifests/client.pp
index 71f86fa..17ad207 100644
--- a/manifests/client.pp
+++ b/manifests/client.pp
@@ -164,7 +164,7 @@ class munin::client::gentoo
# notify => Service["munin"],
}
- service { "munin":
+ service { "munin-node":
ensure => running,
}
@@ -189,7 +189,7 @@ class munin::client::centos
# 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"],
+ notify => Service["munin-node"],
}
service { "munin-node":