]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/samhain/manifests/init.pp
We need a better path for the init scripts to work
[dsa-puppet.git] / modules / samhain / manifests / init.pp
index 5a56fbe0b992330d28c3f40f91e470c1a56cc17b..0398f56d3df9356a653161a42b61e91b99c54c5e 100644 (file)
@@ -12,7 +12,7 @@ class samhain {
     }
 
     exec { "samhain reload":
-        path        => "/etc/init.d/",
+        path        => "/etc/init.d:/usr/bin:/usr/sbin:/bin:/sbin",
         refreshonly => true,
     }
 }