summaryrefslogtreecommitdiffstats
path: root/roles/mdapi
diff options
context:
space:
mode:
authorPierre-Yves Chibon <pingou@pingoured.fr>2015-12-14 11:28:55 +0100
committerPierre-Yves Chibon <pingou@pingoured.fr>2015-12-14 11:28:55 +0100
commit8e343855094953755daee3d8d011527eca39ed78 (patch)
tree8559951f7a2ee81978a056172045add840c1a8ec /roles/mdapi
parentee510555a6fc981bf78977a532f58eef79323440 (diff)
downloadansible-8e343855094953755daee3d8d011527eca39ed78.tar.gz
ansible-8e343855094953755daee3d8d011527eca39ed78.tar.xz
ansible-8e343855094953755daee3d8d011527eca39ed78.zip
Contact koji.stg via https to avoid redirecting to prod from stg
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 94c0f75a1..ad58a9db0 100644
--- a/roles/mdapi/templates/mdapi.cfg
+++ b/roles/mdapi/templates/mdapi.cfg
@@ -3,7 +3,7 @@ PORT = '80'
PREFIX = '/mdapi'
{% if env == 'staging' %}
-KOJI_REPO = 'http://koji.stg.fedoraproject.org/repos/'
+KOJI_REPO = 'https://koji.stg.fedoraproject.org/repos/'
PKGDB2_URL = 'https://admin.stg.fedoraproject.org/pkgdb/'
DL_SERVER = 'http://dl.phx2.fedoraproject.org'
{% else %}