From: Stephen Gran Date: Sat, 20 Feb 2010 21:08:36 +0000 (+0000) Subject: what can possibly go wrong, take 2 X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=f6d7d09061d0c49b69f6eae60ca849fee5bb74b9;p=mirror%2Fdsa-puppet.git what can possibly go wrong, take 2 Signed-off-by: Stephen Gran --- diff --git a/modules/ferm/manifests/real.pp b/modules/ferm/manifests/real.pp index 6ad7bccd4..db7e445ac 100644 --- a/modules/ferm/manifests/real.pp +++ b/modules/ferm/manifests/real.pp @@ -38,7 +38,7 @@ class ferm::real { rule => "proto tcp mod state state (NEW) dport (5666) @subchain 'nagios' { saddr (\$HOST_NAGIOS) ACCEPT; }" } - exec { "ferm restart": + Exec["ferm restart"] { path => "/etc/init.d:/usr/bin:/usr/sbin:/bin:/sbin", refreshonly => true, }