summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorandreas <andreas@immerda.ch>2007-12-05 13:56:23 +0000
committerandreas <andreas@immerda.ch>2007-12-05 13:56:23 +0000
commit156f5f392dd5e917a251cdeaf340649ce5f91827 (patch)
tree4dc489737312c2f2ae46ffd0eae214fc8cb159ce /manifests
parent4f49518d3737375fa1015a01049531a6ae6e2be5 (diff)
uebersehener error
Diffstat (limited to 'manifests')
-rw-r--r--manifests/plugin.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/plugin.pp b/manifests/plugin.pp
index 40591b8..81a17b9 100644
--- a/manifests/plugin.pp
+++ b/manifests/plugin.pp
@@ -21,7 +21,7 @@ define munin::plugin (
file { $plugin: ensure => absent, }
}
default: {
- $plugin_src = $ensure ? { "present" => $name, default => $ensure }
+ #$plugin_src = $ensure ? { "present" => $name, default => $ensure }
debug ( "munin_plugin: making $plugin using src: $plugin_src" )
file { $plugin:
ensure => "$script_path/${plugin_src}",