summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authoram <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2007-12-06 09:53:51 +0000
committeram <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2007-12-06 09:53:51 +0000
commitab7b943e792cbea075c10c118c81144ebb21b5f4 (patch)
treecbb8661a9fda6fa61b9ce743ef79aace391313fd /manifests
parent01caf8e855c93161bef56ab1da3455bf936dc7b1 (diff)
strange, warum setzt er die variable nicht ...
git-svn-id: https://svn/ipuppet/trunk/modules/munin@208 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
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" )