summaryrefslogtreecommitdiffstats
path: root/roles/mdapi
diff options
context:
space:
mode:
authorPierre-Yves Chibon <pingou@pingoured.fr>2015-11-17 19:12:19 +0100
committerPierre-Yves Chibon <pingou@pingoured.fr>2015-11-17 19:12:20 +0100
commitef2f201256aff4f0bd91156d55cf40409f1e5600 (patch)
treedabd431ed375a805ab0758337c3f389c2903cd15 /roles/mdapi
parent39723f78541b7a80e1e2d34df2cf7b2e3e046372 (diff)
downloadansible-ef2f201256aff4f0bd91156d55cf40409f1e5600.tar.gz
ansible-ef2f201256aff4f0bd91156d55cf40409f1e5600.tar.xz
ansible-ef2f201256aff4f0bd91156d55cf40409f1e5600.zip
Point mdapi01 to koji.fp.o instead of kojipkgs.fp.o
This in order to be consistent with the info present in the hosts file
Diffstat (limited to 'roles/mdapi')
-rw-r--r--roles/mdapi/templates/mdapi.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/mdapi/templates/mdapi.cfg b/roles/mdapi/templates/mdapi.cfg
index 4a9116601..7c857507a 100644
--- a/roles/mdapi/templates/mdapi.cfg
+++ b/roles/mdapi/templates/mdapi.cfg
@@ -7,7 +7,7 @@ KOJI_REPO = 'http://koji.stg.fedoraproject.org/repos/'
PKGDB2_URL = 'https://admin.stg.fedoraproject.org/pkgdb/'
DL_SERVER = 'http://dl.phx2.fedoraproject.org'
{% else %}
-KOJI_REPO = 'https://kojipkgs.fedoraproject.org/repos/'
+KOJI_REPO = 'https://koji.fedoraproject.org/repos/'
PKGDB2_URL = 'https://admin.fedoraproject.org/pkgdb/'
DL_SERVER = 'http://dl.phx2.fedoraproject.org'
{% endif %}