We need a better path for the init scripts to work
[mirror/dsa-puppet.git] / modules / exim / manifests / init.pp
index 152a12a..c1bd001 100644 (file)
@@ -113,7 +113,7 @@ class exim {
     }
 
     exec { "exim4 reload":
-        path        => "/etc/init.d/",
+        path        => "/etc/init.d:/usr/bin:/usr/sbin:/bin:/sbin",
         refreshonly => true,
     }
 }