]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/ferm/manifests/real.pp
override the command run as well
[dsa-puppet.git] / modules / ferm / manifests / real.pp
index 23fe0bbe66085c092364b888f984052ab23e55c3..447ab751f0c3ee20572e76b65e4eb53f5812e72c 100644 (file)
@@ -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,
         }
 }