From 5547be2954d17040727d048d16fb245965ebe144 Mon Sep 17 00:00:00 2001 From: Marcel Haerry Date: Tue, 20 May 2008 12:29:07 +0200 Subject: adjusted require --- manifests/plugin.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') 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']; } -- cgit v1.2.3