summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-02-06 20:03:47 +0000
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-02-06 20:03:47 +0000
commit47e1e2322ed93842146d251ece06856f603d5403 (patch)
tree4ef6d3d7720946b8ea0533b0703d2f61a39cf1ff /manifests
parentfd7b356081ce48f9b882610fe06f17cd4762c3c7 (diff)
removed unneeded definition
git-svn-id: https://svn/ipuppet/trunk/modules/munin@763 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'manifests')
-rw-r--r--manifests/plugin.pp24
1 files changed, 0 insertions, 24 deletions
diff --git a/manifests/plugin.pp b/manifests/plugin.pp
index bc706ab..5fd4190 100644
--- a/manifests/plugin.pp
+++ b/manifests/plugin.pp
@@ -102,30 +102,6 @@ define munin::remoteplugin($ensure = "present", $source, $config = '') {
}
class munin::plugins::base {
-
- case $operatingsystem {
- gentoo: {
- $munin_node_package = "munin"
- $munin_node_service = "munin"
- $script_path = "/usr/libexec/munin/plugins"
- }
- debian: {
- $munin_node_service = "munin-node"
- $munin_node_package = "munin-node"
- $script_path = "/usr/share/munin/plugins"
- }
- centos: {
- $munin_node_service = "munin-node"
- $munin_node_package = "munin-node"
- $script_path = "/usr/share/munin/plugins"
- }
- default: {
- $munin_node_service = "munin-node"
- $munin_node_package = "munin-node"
- $script_path = "/usr/share/munin/plugins"
- }
- }
-
case $operatingsystem {
centos: {
file {