summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--roles/koji_builder/templates/kojid.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/koji_builder/templates/kojid.conf b/roles/koji_builder/templates/kojid.conf
index d29c58885..b29c69be8 100644
--- a/roles/koji_builder/templates/kojid.conf
+++ b/roles/koji_builder/templates/kojid.conf
@@ -20,7 +20,7 @@ use_createrepo_c=True
{% if koji_topurl == 'https://kojipkgs.fedoraproject.org/' %}
; add some additional urls for failover
-topurl = {{koji_topurl}}
+topurl = {{koji_topurl}} https://kojipkgs01.fedoraproject.org https://kojipkgs02.fedoraproject.org
{% else %}
;url of package download site
topurl = {{koji_topurl}}