summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorandreas <andreas@immerda.ch>2008-02-08 11:16:46 +0000
committerandreas <andreas@immerda.ch>2008-02-08 11:16:46 +0000
commit1989191e36ce15adce36a79a074193e10592e627 (patch)
tree4f9e0db591fff32a179d5c02f5da2daad2a9dd32 /manifests
parenta871a342b8cdc7f8ee4ae2cf75f19ac34f2830d3 (diff)
debug msgs
Diffstat (limited to 'manifests')
-rw-r--r--manifests/plugin.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/plugin.pp b/manifests/plugin.pp
index c1a9cb8..ced6795 100644
--- a/manifests/plugin.pp
+++ b/manifests/plugin.pp
@@ -192,6 +192,7 @@ define munin::plugin::deploy ($source = '', $enabled = 'true') {
'' => "munin/plugins/$name",
default => $source
}
+ debug ( "munin_plugin_${name}: name=$name, source=$source, script_path=${munin::plugin::scriptpaths::script_path}" )
file { "munin_plugin_${name}":
path => "${munin::plugin::scriptpaths::script_path}/${name}",
source => "puppet://$servername/$real_source",