summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorandreas <andreas@immerda.ch>2008-02-01 16:26:17 +0000
committerandreas <andreas@immerda.ch>2008-02-01 16:26:17 +0000
commit11dc1992fcda8eba39f5362394e165d44c8b9912 (patch)
tree204d7d4984ec72a84d15ad699b7748cc112ffd5e /manifests
parentcb1dec1b3514162b4f761edb8068c703693c0f90 (diff)
munin entflochten ...
Diffstat (limited to 'manifests')
-rw-r--r--manifests/plugin.pp27
1 files changed, 0 insertions, 27 deletions
diff --git a/manifests/plugin.pp b/manifests/plugin.pp
index 426e30f..a66ccb8 100644
--- a/manifests/plugin.pp
+++ b/manifests/plugin.pp
@@ -2,33 +2,6 @@
# Copyright (C) 2007 David Schmitt <david@schmitt.edv-bus.at>
# See LICENSE for the full license granted to you.
-class munin::plugin::paths
-{
- 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"
- }
- }
-
-}
-
define munin::plugin (
$ensure = "present",
$script_path_in = '',