From 57ade9628c49f52921841211d3c124c33b065688 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Sat, 16 Oct 2021 16:25:19 +0200 Subject: [PATCH] Use the real primary mirror for CentOS scanning Signed-off-by: Adrian Reber --- .../backend/templates/scan-primary-mirror-centos.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mirrormanager/backend/templates/scan-primary-mirror-centos.toml b/roles/mirrormanager/backend/templates/scan-primary-mirror-centos.toml index 4cac003ffd..373795fe44 100644 --- a/roles/mirrormanager/backend/templates/scan-primary-mirror-centos.toml +++ b/roles/mirrormanager/backend/templates/scan-primary-mirror-centos.toml @@ -9,7 +9,7 @@ url="postgresql://{{ mirrormanager_db_user }}:{{ mirrormanager_db_pass }}@{{ mir [[category]] name="CentOS" type="rsync" -url="rsync://mirror.stream.centos.org/CentOS-Stream-All" +url="rsync://10.3.163.235/CentOS-Stream-Ref" checksum_base="http://mirror.stream.centos.org/" [[repository_mapping]]