summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authoram <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-02-01 16:26:17 +0000
committeram <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-02-01 16:26:17 +0000
commit77ed58048b3652e5c7c15cd04f82313374b4cf61 (patch)
tree204d7d4984ec72a84d15ad699b7748cc112ffd5e /manifests
parent68021a7334465225066ee24958dde7675f31dcdd (diff)
munin entflochten ...
git-svn-id: https://svn/ipuppet/trunk/modules/munin@693 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
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 = '',