summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-02-01 18:17:35 +0000
committermh <mh@immerda.ch>2008-02-01 18:17:35 +0000
commit6656354fc298a8911d128cab1c6daac8112e5394 (patch)
tree8a3c8f032455e1b1ad8765167ef7aa435af7b04e /manifests
parent2e67040248f020caaab383d443d245075db47fd4 (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 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: {