mirror of
https://github.com/rocky-linux/ansible-role-kojihub.git
synced 2024-11-21 20:31:29 +00:00
fixes
This commit is contained in:
parent
5b61c5f751
commit
eacabeee1c
@ -64,7 +64,7 @@ koji_hub_proxy_principals: koji/kojiweb@ROCKYLINUX.ORG
|
||||
koji_hub_keytab: /etc/koji.keytab
|
||||
koji_hub_principal_format: compile/%s@ROCKYLINUX.ORG
|
||||
# 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
|
||||
# This isn't implemented yet
|
||||
|
@ -5,3 +5,4 @@ logfile=/var/log/kojira.log
|
||||
;with_src=no
|
||||
principal = {{ koji_kojira_principal }}
|
||||
keytab = {{ koji_kojira_keytab }}
|
||||
serverca = {{ koji_hub_ca }}
|
||||
|
@ -1,7 +1,7 @@
|
||||
[web]
|
||||
SiteName = {{ koji_sitename }}
|
||||
{% if koji_custom_theme %}
|
||||
KojiTheme = {{ koji_theme }}
|
||||
{% if koji_theme %}
|
||||
KojiTheme = {{ koji_theme_name }}
|
||||
{% endif %}
|
||||
|
||||
# Key urls
|
||||
|
Loading…
Reference in New Issue
Block a user