summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-01-31 20:48:53 +0000
committermh <mh@immerda.ch>2008-01-31 20:48:53 +0000
commit87503595260b3329b953a78f1d8f56bf3295fcb0 (patch)
tree5150c9ebb74e56488ecf98e7097acba4738a55c6 /manifests
parent93ea9fb239a35098a10d95c191cafc84e1dc9769 (diff)
fixed service
Diffstat (limited to 'manifests')
-rw-r--r--manifests/plugin.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/plugin.pp b/manifests/plugin.pp
index 535d76d..69d4624 100644
--- a/manifests/plugin.pp
+++ b/manifests/plugin.pp
@@ -17,8 +17,8 @@ define munin::plugin (
$munin_node_package = "munin-node"
}
gentoo: {
- #$munin_node_service = "munin-node"
- $munin_node_service = "munin"
+ $munin_node_service = "munin-node"
+ #$munin_node_service = "munin"
$munin_node_package = "munin"
}
default: {