mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-16 13:56:03 +08:00
buildvm-x86-riscv: adjust principal for riscv secondary koji hub
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -94,7 +94,11 @@ from_addr=Fedora Koji Build System <buildsys@fedoraproject.org>
|
||||
serverca = /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
|
||||
|
||||
; Kerberos configuration
|
||||
{% if koji_instance != 'secondary' %}
|
||||
krb_principal = compile/{{ inventory_hostname }}@{{ ipa_realm }}
|
||||
{% else %}
|
||||
krb_principal = riscv-compile/{{ inventory_hostname }}@{{ ipa_realm }}
|
||||
{% endif %}
|
||||
keytab = /etc/kojid/kojid.keytab
|
||||
|
||||
{% set plugins = [] %}
|
||||
|
||||
Reference in New Issue
Block a user