summaryrefslogtreecommitdiff
path: root/manifests/plugin/deploy.pp
diff options
context:
space:
mode:
authorMarcel Haerry <haerry@puzzle.ch>2010-09-21 17:25:49 +0200
committerMarcel Haerry <haerry@puzzle.ch>2010-09-21 17:25:49 +0200
commit015b7262e4b0bedad9500e982350197160a4ad1d (patch)
tree9fed6e727d30d818e46c3ad0e3ac1a86735299e2 /manifests/plugin/deploy.pp
parentfd64c0039b427bb568730988ecfa816f86f94b84 (diff)
refactor module to the new standard
Diffstat (limited to 'manifests/plugin/deploy.pp')
-rw-r--r--manifests/plugin/deploy.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/plugin/deploy.pp b/manifests/plugin/deploy.pp
index 47bf796..eb4e3da 100644
--- a/manifests/plugin/deploy.pp
+++ b/manifests/plugin/deploy.pp
@@ -11,7 +11,7 @@ define munin::plugin::deploy($source = '', $ensure = 'present', $config = '') {
include munin::plugin::scriptpaths
file { "munin_plugin_${name}":
path => "$munin::plugin::scriptpaths::script_path/${name}",
- source => "puppet://$server/$real_source",
+ source => "puppet:///$real_source",
mode => 0755, owner => root, group => 0;
}