summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-11-14 13:23:19 +0100
committermh <mh@immerda.ch>2009-11-14 13:23:19 +0100
commitf1f906dda45a652697704331737166224382d0f3 (patch)
treecd7608425fcbad093030fcc9fe91e45a8dc1339b
parent53f373c61b0452488cdfb1d2779364e7865011ca (diff)
modules prefix path
-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..29d9978 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://$server/modlues/$real_source",
mode => 0755, owner => root, group => 0;
}