From e3eb9f589bd6bcbdab78733e465d0fae7d57c3dd Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 17 Oct 2017 18:14:53 +0000 Subject: [PATCH] enable grokmirror on backup01 --- roles/grokmirror_mirror/templates/grokfsck.cron | 2 +- roles/grokmirror_mirror/templates/grokmirror.cron | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/grokmirror_mirror/templates/grokfsck.cron b/roles/grokmirror_mirror/templates/grokfsck.cron index 84a4d7dd0e..87fb163cb3 100644 --- a/roles/grokmirror_mirror/templates/grokfsck.cron +++ b/roles/grokmirror_mirror/templates/grokfsck.cron @@ -1 +1 @@ -#00 02 * * * grokmirror /usr/bin/grok-fsck -c {{ grokmirror_topdir }}/fsck.conf +00 02 * * * grokmirror /usr/bin/grok-fsck -c {{ grokmirror_topdir }}/fsck.conf diff --git a/roles/grokmirror_mirror/templates/grokmirror.cron b/roles/grokmirror_mirror/templates/grokmirror.cron index 0d9a5ee0c1..0f141be128 100644 --- a/roles/grokmirror_mirror/templates/grokmirror.cron +++ b/roles/grokmirror_mirror/templates/grokmirror.cron @@ -1 +1 @@ -#* * * * * grokmirror /usr/bin/grok-pull -p -c {{ grokmirror_topdir }}/repos.conf +*/15 * * * * grokmirror /usr/bin/grok-pull -p -c {{ grokmirror_topdir }}/repos.conf