Created
March 22, 2010 20:59
-
-
Save Aslan/340523 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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