]> git.openstreetmap.org Git - chef.git/blob - cookbooks/taginfo/templates/default/cron.erb
Convert planet references to use https
[chef.git] / cookbooks / taginfo / templates / default / cron.erb
1 # DO NOT EDIT - This file is being maintained by Chef
2
3 <% node[:taginfo][:sites].each do |site| -%>
4 <% if site[:directory] -%>
5 17 1 * * * taginfo <%= site[:directory] %>/bin/update
6 <% else -%>
7 17 1 * * * taginfo /srv/<%= site[:name] %>/bin/update
8 <% end -%>
9 <% end -%>