From 774c9877634aa39b72d7ddb81997e60c58f59f7d Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Fri, 7 Feb 2020 11:24:47 +0000 Subject: [PATCH] remove centos alt sync from cron jobs --- roles/batcave/files/sync-rhn | 2 -- 1 file changed, 2 deletions(-) diff --git a/roles/batcave/files/sync-rhn b/roles/batcave/files/sync-rhn index 25e2b6c637..8a21ec508d 100644 --- a/roles/batcave/files/sync-rhn +++ b/roles/batcave/files/sync-rhn @@ -1,5 +1,3 @@ 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 6 * * * root /mnt/fedora/app/fi-repo/rhel/rhel8/rhel8-sync > /dev/null -# CentOS Alt Arch sync -30 9 * * * root /mnt/fedora/app/fi-repo/centos/centos-altarch-sync > /dev/null