summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
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: {