summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-02-01 18:14:33 +0000
committermh <mh@immerda.ch>2008-02-01 18:14:33 +0000
commit2e67040248f020caaab383d443d245075db47fd4 (patch)
tree524205e82c0aa64e5def6b9b8f89e4950850cc30 /manifests
parent11dc1992fcda8eba39f5362394e165d44c8b9912 (diff)
fixed some service issues
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 a66ccb8..8c6fa15 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_node_service = "munin-munin"
$script_path = "/usr/libexec/munin/plugins"
}
debian: {