Skip to content

Instantly share code, notes, and snippets.

@Aslan
Created March 22, 2010 20:59
Show Gist options
  • Save Aslan/340523 to your computer and use it in GitHub Desktop.
Save Aslan/340523 to your computer and use it in GitHub Desktop.
cron "add chef-client to crontab to run every 5min" do
command "chef-client >> /etc/sv/chef-client/log/main/current"
user "root"
minute "*/5"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment