From a74d2b5351e782da2dea66815a2973d1cb1ed83b Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sat, 17 Oct 2009 17:26:02 +0100 Subject: [PATCH] syntax, sigh Signed-off-by: Stephen Gran --- modules/munin-node/manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/munin-node/manifests/init.pp b/modules/munin-node/manifests/init.pp index 947774334..6e2eb5e12 100644 --- a/modules/munin-node/manifests/init.pp +++ b/modules/munin-node/manifests/init.pp @@ -50,13 +50,13 @@ class munin-node { source => [ "puppet:///munin-node/per-host/$fqdn/munin-node.conf", "puppet:///munin-node/common/munin-node.conf" ], require => Package["munin-node"], - notify => Exec["munin-node restart"], + notify => Exec["munin-node restart"]; "/etc/munin/plugin-conf.d/munin-node": source => [ "puppet:///munin-node/per-host/$fqdn/munin-node.plugin.conf", "puppet:///munin-node/common/munin-node.plugin.conf" ], require => Package["munin-node"], - notify => Exec["munin-node restart"], + notify => Exec["munin-node restart"]; } exec { "munin-node restart": -- 2.20.1