From 32dde34f7f6c268bbb49fcd7345a3ddacf7ed284 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sat, 20 Feb 2010 21:32:33 +0000 Subject: [PATCH] override the command run as well Signed-off-by: Stephen Gran --- modules/ferm/manifests/real.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, } } -- 2.39.2