From: Jochen Topf Date: Mon, 23 Nov 2015 09:01:32 +0000 (+0100) Subject: Run taginfo a little bit later, so it picks up the next hourly diff, too. X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/44c401b2c1ea11f2ce1ee5ddb215cc5fab1d525f Run taginfo a little bit later, so it picks up the next hourly diff, too. --- diff --git a/cookbooks/taginfo/templates/default/cron.erb b/cookbooks/taginfo/templates/default/cron.erb index b80cdf873..625dfbe39 100644 --- a/cookbooks/taginfo/templates/default/cron.erb +++ b/cookbooks/taginfo/templates/default/cron.erb @@ -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 -%>