summaryrefslogtreecommitdiff
path: root/manifests/plugin
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2010-08-07 02:12:20 +0200
committermh <mh@immerda.ch>2010-08-07 02:12:20 +0200
commit3ccc8e2495a66ae9681bef64a4034a0e7828bf14 (patch)
tree63de2ff4c866eaa9b915fc25fec1605d66aa495b /manifests/plugin
parentdbcbf2607d52e922c20d0491400ab3099d0dba2a (diff)
remove unnecessary fileserver variable (#2460)
Diffstat (limited to 'manifests/plugin')
-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 846a873..67cbfb8 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/modules/$real_source",
+ source => "puppet:///modules/$real_source",
mode => 0755, owner => root, group => 0;
}