summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-02-01 18:17:35 +0000
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-02-01 18:17:35 +0000
commit25484de8fd6c7908b21cb0fcfde08f95f9244c46 (patch)
tree8a3c8f032455e1b1ad8765167ef7aa435af7b04e /manifests
parent74f2bb9154dec374abba9ff9f268155cbf00e470 (diff)
fixed some service issues
git-svn-id: https://svn/ipuppet/trunk/modules/munin@706 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'manifests')
-rw-r--r--manifests/plugin.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/plugin.pp b/manifests/plugin.pp
index 8c6fa15..bc706ab 100644
--- a/manifests/plugin.pp
+++ b/manifests/plugin.pp
@@ -10,7 +10,7 @@ define munin::plugin (
case $operatingsystem {
gentoo: {
$munin_node_package = "munin"
- $munin_node_service = "munin-munin"
+ $munin_node_service = "munin-node"
$script_path = "/usr/libexec/munin/plugins"
}
debian: {