From ed3764d007e4d6166fbee1e475b16a8d65c62bb3 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 26 Jul 2018 04:30:50 +0000 Subject: [PATCH] switch grokmirror to every 30min --- roles/grokmirror_mirror/templates/grokmirror.cron | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/grokmirror_mirror/templates/grokmirror.cron b/roles/grokmirror_mirror/templates/grokmirror.cron index 0f141be128..0e74c321b6 100644 --- a/roles/grokmirror_mirror/templates/grokmirror.cron +++ b/roles/grokmirror_mirror/templates/grokmirror.cron @@ -1 +1 @@ -*/15 * * * * grokmirror /usr/bin/grok-pull -p -c {{ grokmirror_topdir }}/repos.conf +*/30 * * * * grokmirror /usr/bin/grok-pull -p -c {{ grokmirror_topdir }}/repos.conf