From 44c401b2c1ea11f2ce1ee5ddb215cc5fab1d525f Mon Sep 17 00:00:00 2001 From: Jochen Topf Date: Mon, 23 Nov 2015 10:01:32 +0100 Subject: [PATCH] Run taginfo a little bit later, so it picks up the next hourly diff, too. --- cookbooks/taginfo/templates/default/cron.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -%> -- 2.43.2