Koschei: switch kojipkgs URL to https in staging
This commit is contained in:
parent
6f8b44774c
commit
0b45f5412f
1 changed files with 0 additions and 4 deletions
|
@ -13,11 +13,7 @@ config = {
|
|||
"koji_config": {
|
||||
"server": "https://{{ koschei_koji_hub }}/kojihub",
|
||||
"weburl": "https://{{ koschei_koji_web }}/koji",
|
||||
{% if env == 'staging' %}
|
||||
"topurl": "http://{{ koschei_kojipkgs }}",
|
||||
{% else %}
|
||||
"topurl": "https://{{ koschei_kojipkgs }}",
|
||||
{% endif %}
|
||||
"login_method": "krb_login",
|
||||
"login_args": {
|
||||
"keytab": "/etc/krb5.koschei_{{ inventory_hostname }}.keytab",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue