summaryrefslogtreecommitdiff
path: root/manifests/plugin.pp
diff options
context:
space:
mode:
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-01-31 20:48:53 +0000
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-01-31 20:48:53 +0000
commit68e6d8ba0323faa7b1b48d3755a1275cc68ba030 (patch)
tree5150c9ebb74e56488ecf98e7097acba4738a55c6 /manifests/plugin.pp
parenta9c98c99b3e1795ba8838023342676c25a9789ef (diff)
fixed service
git-svn-id: https://rfd.cronopios.org/ipuppet/trunk/modules/munin@654 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'manifests/plugin.pp')
-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: {