From 70d56da700095787fee2c899770d86acb08becb9 Mon Sep 17 00:00:00 2001 From: Stephen Smoogen Date: Tue, 8 Oct 2019 19:41:28 +0000 Subject: [PATCH] add in centos to sync-rhn --- roles/batcave/files/sync-rhn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/batcave/files/sync-rhn b/roles/batcave/files/sync-rhn index 8a21ec508d..25e2b6c637 100644 --- a/roles/batcave/files/sync-rhn +++ b/roles/batcave/files/sync-rhn @@ -1,3 +1,5 @@ 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