summaryrefslogtreecommitdiff
path: root/manifests/plugin.pp
diff options
context:
space:
mode:
authoram <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-02-08 11:16:46 +0000
committeram <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-02-08 11:16:46 +0000
commitd9ea3b611d0998bc8e9ae7a64e7b5fb96de3ebcd (patch)
tree4f9e0db591fff32a179d5c02f5da2daad2a9dd32 /manifests/plugin.pp
parent1f57144abfa179e508f3877d724bffdb23975c8d (diff)
debug msgs
git-svn-id: https://rfd.cronopios.org/ipuppet/trunk/modules/munin@784 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'manifests/plugin.pp')
-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",