From 02f5f3e86a11aa1f09a6d413951449864fb59f12 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Thu, 7 May 2015 10:42:01 +0000 Subject: [PATCH] Sync MM2 pickles to the mirrorlist servers after they have been re-created. --- roles/mirrormanager/backend/files/backend.cron | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/roles/mirrormanager/backend/files/backend.cron b/roles/mirrormanager/backend/files/backend.cron index e2967d4a2d..dc3aca5b7f 100644 --- a/roles/mirrormanager/backend/files/backend.cron +++ b/roles/mirrormanager/backend/files/backend.cron @@ -1,7 +1,8 @@ MAILTO=root -# refresh the mirrorlist cache at the top of the hour -55 * * * * mirrormanager /usr/bin/mm2_update-mirrorlist-server +# Refresh the mirrorlist cache at the top of the hour and sync it to the +# mirrorlist servers +55 * * * * mirrormanager /usr/bin/mm2_update-mirrorlist-server && /usr/local/bin/sync_pkl_to_mirrorlists.sh # update master directory list every hour # fedora message bus is queried before every run if there are actually changes