Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.7.10
-
Fix Version/s: 0.7.12
-
Component/s: None
-
Labels:None
Description
The following works but is rather ugly:
cron "chef" do
minute "*/30"
command "export PATH=\"/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin\"; chef-client 2>&1 >> /var/log/chef-client.log"
end
The MAILTO variable would be useful too