summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorandreas <andreas@immerda.ch>2008-02-01 15:40:39 +0000
committerandreas <andreas@immerda.ch>2008-02-01 15:40:39 +0000
commitc08e63bd126694d8f8e7b2449c2d382cd3920aa4 (patch)
tree19e3f288d64f63d7cd4cd68cd19e67c5dd4e30c2 /manifests
parentd4448bd2b5ed8fdc0a967ace62c83f07210007ff (diff)
div
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" )