summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authoram <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-02-08 10:49:39 +0000
committeram <am@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-02-08 10:49:39 +0000
commit114b676cec4908441a8cab417f4fb5801994447c (patch)
tree7a8863b86b0f31873001095af6145d65698bfeb8 /manifests
parentda9dc6cfaccebe21bef99211d7bb5b653dbda9a9 (diff)
typo
git-svn-id: https://svn/ipuppet/trunk/modules/munin@781 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
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;