summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorMarcel Haerry <haerry@puzzle.ch>2008-05-20 12:29:07 +0200
committerMarcel Haerry <haerry@puzzle.ch>2008-05-20 12:29:07 +0200
commit5547be2954d17040727d048d16fb245965ebe144 (patch)
tree554806a322ad0dd5e8ff39a210c0db226e5cc4a5 /manifests
parent5d77d0429ccfb352c38ef8fee55b1a6658dab484 (diff)
adjusted require
Diffstat (limited to 'manifests')
-rw-r--r--manifests/plugin.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/plugin.pp b/manifests/plugin.pp
index 22a8a7f..76d12a0 100644
--- a/manifests/plugin.pp
+++ b/manifests/plugin.pp
@@ -52,7 +52,7 @@ define munin::plugin (
}
file { $plugin:
ensure => "${real_script_path}/${plugin_src}",
- require => $require,
+ require => $real_require,
notify => Service['munin-node'];
}