mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 03:52:09 +08:00
Add principal postfix
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
@@ -62,7 +62,7 @@ select now() as time, 'expiring repos' as msg;
|
||||
update repo set state = 3 where state in (0, 1, 2);
|
||||
|
||||
-- fix krb_principal for koschei user
|
||||
update users set krb_principal='koschei/koschei-backend01.stg.phx2.fedoraproject.org' where name='koschei';
|
||||
update users set krb_principal='koschei/koschei-backend01.stg.phx2.fedoraproject.org@STG.FEDORAPROJECT.ORG' where name='koschei';
|
||||
|
||||
|
||||
-- add our staging builders, dynamically pulled from ansible inventory
|
||||
|
||||
Reference in New Issue
Block a user