summaryrefslogtreecommitdiff
path: root/manifests/plugin
diff options
context:
space:
mode:
authorMarcel Haerry <haerry@puzzle.ch>2010-09-27 15:48:13 +0200
committerMarcel Haerry <haerry@puzzle.ch>2010-09-27 15:48:13 +0200
commit25e557a7b67b9836ead75b70e6415d8e3f925cfc (patch)
treefd99ca20469a6eeaf4b9bb0923874e13a9df803e /manifests/plugin
parentf3acecb57d7fde7760f2b74506589b9f4565947a (diff)
now we use the new modules path everywhere
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 eb4e3da..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:///$real_source",
+ source => "puppet:///modules/$real_source",
mode => 0755, owner => root, group => 0;
}