From: Stephen Gran Date: Fri, 16 Oct 2009 20:27:09 +0000 (+0100) Subject: and the inevitable typo X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=46381cba8fa6777cf0c9675b54cab5cdf3e95588;p=mirror%2Fdsa-puppet.git and the inevitable typo Signed-off-by: Stephen Gran --- diff --git a/modules/munin-node/manifests/init.pp b/modules/munin-node/manifests/init.pp index f09f8fc6a..0aadf0181 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"]; } }