summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/plugin.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/plugin.pp b/manifests/plugin.pp
index bbb3cc4..a939b19 100644
--- a/manifests/plugin.pp
+++ b/manifests/plugin.pp
@@ -193,8 +193,8 @@ define munin::plugins::deploy ($source = '', $enabled = 'true') {
default => $source
}
include munin::plugins::scriptpaths
- file { "munin_plugin_${name}:
- path => "$script_path/$name",
+ file { "munin_plugin_${name}":
+ path => "${script_path}/${name}",
source => "puppet://$servername/$real_source",
ensure => file,
mode => 0755, owner => root, group => 0;