]> git.openstreetmap.org Git - chef.git/commitdiff
Run taginfo a little bit later, so it picks up the next hourly diff, too.
authorJochen Topf <jochen@topf.org>
Mon, 23 Nov 2015 09:01:32 +0000 (10:01 +0100)
committerJochen Topf <jochen@topf.org>
Mon, 23 Nov 2015 09:01:32 +0000 (10:01 +0100)
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 -%>