summaryrefslogtreecommitdiff
path: root/manifests/plugins
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-09-29 22:55:42 +0200
committermh <mh@immerda.ch>2009-09-29 22:55:42 +0200
commit1a222875cc579d9255f5cf02ec47d80805ec5950 (patch)
tree66654036e312e24b39e5867529f503413409ff71 /manifests/plugins
parent4e6e9c8dc06c66b896afe8ec475833359e2798f6 (diff)
put file at correct location
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" }
- }
-}