buildvm-x86-riscv: fix principal for kojid
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
d710450269
commit
8a545a7e75
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue