From: Stephen Gran Date: Sat, 20 Feb 2010 21:32:33 +0000 (+0000) Subject: override the command run as well X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=32dde34f7f6c268bbb49fcd7345a3ddacf7ed284;p=dsa-puppet.git override the command run as well Signed-off-by: Stephen Gran --- diff --git a/modules/ferm/manifests/real.pp b/modules/ferm/manifests/real.pp index 23fe0bbe..447ab751 100644 --- a/modules/ferm/manifests/real.pp +++ b/modules/ferm/manifests/real.pp @@ -24,7 +24,7 @@ class ferm::real inherits ferm { } Exec["ferm restart"] { - path => "/etc/init.d:/usr/bin:/usr/sbin:/bin:/sbin", + command => "/etc/init.d/ferm restart", refreshonly => true, } }