Skip to content

Instantly share code, notes, and snippets.

@jtimberman
Created April 16, 2009 17:39
Show Gist options
  • Save jtimberman/96555 to your computer and use it in GitHub Desktop.
Save jtimberman/96555 to your computer and use it in GitHub Desktop.
cron "compact chef couchDB" do
command "curl -X POST http://localhost:5984/chef/_compact >> /var/log/cron.log 2>&1"
hour "5"
minute "0"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment