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
commit8a17f36f877c06eba9335154309775feb2c1ebe1 (patch)
tree7a8863b86b0f31873001095af6145d65698bfeb8 /manifests
parent8036a083dcaf6fde02d5280c1fdcb8ee09403115 (diff)
typo
git-svn-id: https://rfd.cronopios.org/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;