diff --git a/playbooks/manual/staging-sync/templates/koji-reset-staging.sql b/playbooks/manual/staging-sync/templates/koji-reset-staging.sql index b3df496bd7..cea38874ac 100644 --- a/playbooks/manual/staging-sync/templates/koji-reset-staging.sql +++ b/playbooks/manual/staging-sync/templates/koji-reset-staging.sql @@ -154,7 +154,9 @@ insert into user_perms (user_id, perm_id, active, creator_id) values ( {% endfor %} -- Fix krb principals for some users -{% for username, principal in [('releng', 'compose/koji.stg.fedoraproject.org'), ('koschei', 'koschei/koschei-backend01.stg.phx2.fedoraproject.org')] %} +{% for username, principal in [('releng', 'compose/koji.stg.fedoraproject.org'), + ('koschei', 'koschei/koschei-backend01.stg.phx2.fedoraproject.org'), + ('hotness', 'hotness/hotness01.stg.phx2.fedoraproject.org')] %} update users set krb_principal='{{principal}}@STG.FEDORAPROJECT.ORG' where username='{{username}}'; {% endfir %}