X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/4a919f445d69baafc498fb32b56b98c1e6e22da4..44c401b2c1ea11f2ce1ee5ddb215cc5fab1d525f:/cookbooks/taginfo/templates/default/cron.erb 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 -%>