This commit is contained in:
nazunalika 2020-12-23 05:20:39 -07:00
parent 5b61c5f751
commit eacabeee1c
3 changed files with 4 additions and 3 deletions

View File

@ -64,7 +64,7 @@ koji_hub_proxy_principals: koji/kojiweb@ROCKYLINUX.ORG
koji_hub_keytab: /etc/koji.keytab koji_hub_keytab: /etc/koji.keytab
koji_hub_principal_format: compile/%s@ROCKYLINUX.ORG koji_hub_principal_format: compile/%s@ROCKYLINUX.ORG
# This should be sufficient even for LE # This should be sufficient even for LE
koji_hub_ca: /etc/pki/tls/certs/ca-bundle.crt koji_hub_ca: "{{ koji_web_cacert }}"
# Koji FAS Syncing # Koji FAS Syncing
# This isn't implemented yet # This isn't implemented yet

View File

@ -5,3 +5,4 @@ logfile=/var/log/kojira.log
;with_src=no ;with_src=no
principal = {{ koji_kojira_principal }} principal = {{ koji_kojira_principal }}
keytab = {{ koji_kojira_keytab }} keytab = {{ koji_kojira_keytab }}
serverca = {{ koji_hub_ca }}

View File

@ -1,7 +1,7 @@
[web] [web]
SiteName = {{ koji_sitename }} SiteName = {{ koji_sitename }}
{% if koji_custom_theme %} {% if koji_theme %}
KojiTheme = {{ koji_theme }} KojiTheme = {{ koji_theme_name }}
{% endif %} {% endif %}
# Key urls # Key urls