buildvm-x86-riscv: fix principal for kojid

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2025-02-07 10:40:54 -08:00
parent d710450269
commit 8a545a7e75

View file

@ -97,7 +97,7 @@ serverca = /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
{% if koji_instance != 'secondary' %} {% if koji_instance != 'secondary' %}
krb_principal = compile/{{ inventory_hostname }}@{{ ipa_realm }} krb_principal = compile/{{ inventory_hostname }}@{{ ipa_realm }}
{% else %} {% else %}
krb_principal = riscv-compile/{{ inventory_hostname }}@{{ ipa_realm }} krb_principal = compile-riscv/{{ inventory_hostname }}@{{ ipa_realm }}
{% endif %} {% endif %}
keytab = /etc/kojid/kojid.keytab keytab = /etc/kojid/kojid.keytab