summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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" )