diff --git a/roles/odcs/backend/templates/etc/koji.conf.d/odcs.conf.j2 b/roles/odcs/backend/templates/etc/koji.conf.d/odcs.conf.j2 index 4db0e845db..dab93fd48e 100644 --- a/roles/odcs/backend/templates/etc/koji.conf.d/odcs.conf.j2 +++ b/roles/odcs/backend/templates/etc/koji.conf.d/odcs.conf.j2 @@ -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 %}