mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
buildvm-x86-riscv: fix principal for kojid
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -97,7 +97,7 @@ serverca = /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
|
||||
{% if koji_instance != 'secondary' %}
|
||||
krb_principal = compile/{{ inventory_hostname }}@{{ ipa_realm }}
|
||||
{% else %}
|
||||
krb_principal = riscv-compile/{{ inventory_hostname }}@{{ ipa_realm }}
|
||||
krb_principal = compile-riscv/{{ inventory_hostname }}@{{ ipa_realm }}
|
||||
{% endif %}
|
||||
keytab = /etc/kojid/kojid.keytab
|
||||
|
||||
|
||||
Reference in New Issue
Block a user