diff options
author | Marcel Haerry <haerry@puzzle.ch> | 2010-09-27 15:48:13 +0200 |
---|---|---|
committer | Marcel Haerry <haerry@puzzle.ch> | 2010-09-27 15:48:13 +0200 |
commit | 25e557a7b67b9836ead75b70e6415d8e3f925cfc (patch) | |
tree | fd99ca20469a6eeaf4b9bb0923874e13a9df803e | |
parent | f3acecb57d7fde7760f2b74506589b9f4565947a (diff) |
now we use the new modules path everywhere
-rw-r--r-- | manifests/plugin/deploy.pp | 2 |
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; } |