summaryrefslogtreecommitdiff
path: root/manifests/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/plugins')
-rw-r--r--manifests/plugins/scriptpaths.pp9
1 files changed, 0 insertions, 9 deletions
diff --git a/manifests/plugins/scriptpaths.pp b/manifests/plugins/scriptpaths.pp
deleted file mode 100644
index ebaa6fa..0000000
--- a/manifests/plugins/scriptpaths.pp
+++ /dev/null
@@ -1,9 +0,0 @@
-class munin::plugin::scriptpaths {
- case $operatingsystem {
- gentoo: { $script_path = "/usr/libexec/munin/plugins" }
- debian: { $script_path = "/usr/share/munin/plugins" }
- centos: { $script_path = "/usr/share/munin/plugins" }
- openbsd: { $script_path = "/opt/munin/lib/plugins/" }
- default: { $script_path = "/usr/share/munin/plugins" }
- }
-}