Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
onema committed Nov 1, 2013
1 parent 8ac13c8 commit 0efc0ea
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions cronjobs/recipes/default.rb
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
node[:deploy].each do |application, deploy|

node[:custom_env][application.to_s][:cron_jobs].each do |cron_values|
# value_minute = cron_values[:minute] rescue '*'
# value_hour = cron_values[:hour] rescue '*'
# value_day = cron_values[:day] rescue '*'
# value_month = cron_values[:month] rescue '*'
# value_weekday= cron_values[:weekday] rescue '*'

cron "#{cron_values[:name]}" do
minute "#{cron_values[:minute]}"
hour "#{cron_values[:hour]}"
Expand Down

0 comments on commit 0efc0ea

Please sign in to comment.