Use DNS name for primary centos mirror scanning
Signed-off-by: Adrian Reber <adrian@lisas.de>
This commit is contained in:
parent
72155df0f2
commit
3cc200f839
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ url="postgresql://{{ mirrormanager_db_user }}:{{ mirrormanager_db_pass }}@{{ mir
|
|||
[[category]]
|
||||
name="CentOS"
|
||||
type="rsync"
|
||||
url="rsync://10.3.163.235/CentOS-Stream-Ref"
|
||||
checksum_base="http://10.3.163.235/"
|
||||
url="rsync://centos-master01.iad2.fedoraproject.org/CentOS-Stream-Ref"
|
||||
checksum_base="http://centos-master01.iad2.fedoraproject.org/"
|
||||
|
||||
[[repository_mapping]]
|
||||
regex="^\\d+(?:-stream)?/AppStream/"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue