ODCS: Install releng keytab on odcs-backend01 until we get odcs-backend-releng01 again.

This commit is contained in:
Jan Kaluza 2020-06-15 11:15:21 +02:00
parent 928ec26548
commit 425312bab6

View file

@ -5,7 +5,7 @@ topurl = https://kojipkgs.fedoraproject.org/
authtype = kerberos
krb_rdns = false
{% if inventory_hostname.startswith('odcs-backend-releng') %}
{% if inventory_hostname.startswith('odcs-backend01') %}
principal = releng@FEDORAPROJECT.ORG
keytab = /etc/krb5.releng.keytab
{% endif %}