From 46381cba8fa6777cf0c9675b54cab5cdf3e95588 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Fri, 16 Oct 2009 21:27:09 +0100 Subject: [PATCH] and the inevitable typo Signed-off-by: Stephen Gran --- modules/munin-node/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/munin-node/manifests/init.pp b/modules/munin-node/manifests/init.pp index f09f8fc6..0aadf018 100644 --- a/modules/munin-node/manifests/init.pp +++ b/modules/munin-node/manifests/init.pp @@ -1,6 +1,6 @@ define activate_munin_check($script) { file { "/etc/munin/plugins/$script": - ensure => "/usr/share/munin/plugins/$script" + ensure => "/usr/share/munin/plugins/$script", notify => Exec["munin-node restart"]; } } -- 2.39.2