From 608da9e05d600a2436e3493577ead31596f3320d Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Tue, 17 Sep 2019 22:40:39 +0000 Subject: [PATCH] move sync-rhn to be 2 hours between attempts so they do not block each other from running (it is taking longer to get stuff out of RHN --- roles/batcave/files/sync-rhn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/batcave/files/sync-rhn b/roles/batcave/files/sync-rhn index 140b3982e8..8a21ec508d 100644 --- a/roles/batcave/files/sync-rhn +++ b/roles/batcave/files/sync-rhn @@ -1,3 +1,3 @@ -30 2 * * * root /mnt/fedora/app/fi-repo/rhel/rhel6/rhel6-sync > /dev/null +00 1 * * * root /mnt/fedora/app/fi-repo/rhel/rhel6/rhel6-sync > /dev/null 30 3 * * * root /mnt/fedora/app/fi-repo/rhel/rhel7/rhel7-sync > /dev/null -30 4 * * * root /mnt/fedora/app/fi-repo/rhel/rhel8/rhel8-sync > /dev/null +30 6 * * * root /mnt/fedora/app/fi-repo/rhel/rhel8/rhel8-sync > /dev/null