]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/taginfo/templates/default/cron.erb
Run taginfo a little bit later, so it picks up the next hourly diff, too.
[chef.git] / cookbooks / taginfo / templates / default / cron.erb
index b80cdf8730dc0219df5665eba07557ca21cc84f9..625dfbe39510ed40ea70d127812c5c3de7231f1f 100644 (file)
@@ -2,8 +2,8 @@
 
 <% node[:taginfo][:sites].each do |site| -%>
 <% if site[:directory] -%>
-0 1 * * * taginfo <%= site[:directory] %>/bin/update
+17 1 * * * taginfo <%= site[:directory] %>/bin/update
 <% else -%>
-0 1 * * * taginfo /srv/<%= site[:name] %>/bin/update
+17 1 * * * taginfo /srv/<%= site[:name] %>/bin/update
 <% end -%>
 <% end -%>