summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorandreas <andreas@immerda.ch>2008-02-08 10:49:39 +0000
committerandreas <andreas@immerda.ch>2008-02-08 10:49:39 +0000
commit413ee12b603c0af24e990495eb4ec4785b593948 (patch)
tree7a8863b86b0f31873001095af6145d65698bfeb8 /manifests
parentaf825fb60b3c29f491b4e459b309de493a7ede6b (diff)
typo
Diffstat (limited to 'manifests')
-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;