We need a better path for the init scripts to work
[mirror/dsa-puppet.git] / modules / samhain / manifests / init.pp
index 5a56fbe..0398f56 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,
     }
 }