summaryrefslogtreecommitdiff
path: root/manifests/plugin/deploy.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-11-14 13:33:13 +0100
committermh <mh@immerda.ch>2009-11-14 13:33:13 +0100
commitc2b3bc7cc42a3944b06088a2c66f77deaf3e2bd3 (patch)
tree22e217b22901fac02497535f4177b0ec7ae11cf7 /manifests/plugin/deploy.pp
parentf1f906dda45a652697704331737166224382d0f3 (diff)
fix typo
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 29d9978..846a873 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/modlues/$real_source",
+ source => "puppet://$server/modules/$real_source",
mode => 0755, owner => root, group => 0;
}