summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorandreas <andreas@immerda.ch>2007-12-06 09:53:51 +0000
committerandreas <andreas@immerda.ch>2007-12-06 09:53:51 +0000
commit7f0ef5985e7803878b2ef37193215d88685cf276 (patch)
treecbb8661a9fda6fa61b9ce743ef79aace391313fd /manifests
parent515b8d2ad32199cf622ef761a3c5759b7e064e93 (diff)
strange, warum setzt er die variable nicht ...
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 f35bf8f..de8f0a3 100644
--- a/manifests/plugin.pp
+++ b/manifests/plugin.pp
@@ -22,7 +22,7 @@ define munin::plugin (
$script_path_default = "/usr/libexec/munin/plugins"
}
}
- $script_path_correct = $script_path ? { '' => $script_path_default, default => $script_path }
+ $script_path_correct = $script_path ? { '' => $script_path_default, default => $script_path_default }
$plugin_src = $ensure ? { "present" => $name, default => $ensure }
debug ( "munin_plugin: name=$name, ensure=$ensure, script_path=$script_path_correct" )