Add principal postfix
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
3a5a6a36dd
commit
2dd53536f5
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ select now() as time, 'expiring repos' as msg;
|
||||||
update repo set state = 3 where state in (0, 1, 2);
|
update repo set state = 3 where state in (0, 1, 2);
|
||||||
|
|
||||||
-- fix krb_principal for koschei user
|
-- 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
|
-- add our staging builders, dynamically pulled from ansible inventory
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue