summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
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 2b12896..b33260e 100644
--- a/manifests/plugin.pp
+++ b/manifests/plugin.pp
@@ -36,7 +36,7 @@ define munin::plugin (
{
include munin::plugin::paths
- $script_path = $script_path_in ? { '' => $script_path, default => $script_path_in }
+ #$script_path = $script_path_in ? { '' => $script_path, default => $script_path_in }
$plugin_src = $ensure ? { "present" => $name, default => $ensure }
debug ( "munin_plugin: name=$name, ensure=$ensure, script_path=$script_path" )