summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikolaj Izdebski <mizdebsk@redhat.com>2017-04-25 19:37:41 +0000
committerMikolaj Izdebski <mizdebsk@redhat.com>2017-04-25 19:37:49 +0000
commit351bf21672c12b359669ee59a4c82d22b7d52a79 (patch)
treeeb1d127c30d2002b37c72bf8893b11f792cd3c18
parent0b45f5412ff0266ba98e4e200be7ff48c56581f5 (diff)
downloadansible-351bf21672c12b359669ee59a4c82d22b7d52a79.tar.gz
ansible-351bf21672c12b359669ee59a4c82d22b7d52a79.tar.xz
ansible-351bf21672c12b359669ee59a4c82d22b7d52a79.zip
Switch koji URLs to https in koschei-web too
-rw-r--r--roles/koschei/frontend/templates/config-frontend.cfg.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/koschei/frontend/templates/config-frontend.cfg.j2 b/roles/koschei/frontend/templates/config-frontend.cfg.j2
index 8b07a4fe0..559751caa 100644
--- a/roles/koschei/frontend/templates/config-frontend.cfg.j2
+++ b/roles/koschei/frontend/templates/config-frontend.cfg.j2
@@ -11,8 +11,8 @@ config = {
"database": "koschei"
},
"koji_config": {
- "topurl": "http://{{ koschei_kojipkgs }}",
- "weburl": "http://{{ koschei_koji_web }}/koji",
+ "topurl": "https://{{ koschei_kojipkgs }}",
+ "weburl": "https://{{ koschei_koji_web }}/koji",
},
"flask": {
"SECRET_KEY": "{{ koschei_flask_secret_key }}",