Add principal postfix

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2017-03-01 09:59:50 +00:00
parent 3a5a6a36dd
commit 2dd53536f5

View file

@ -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