From 2dd53536f5ff2bc745ed20073ea45879e7e57967 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Wed, 1 Mar 2017 09:59:50 +0000 Subject: [PATCH] Add principal postfix Signed-off-by: Patrick Uiterwijk --- playbooks/manual/staging-sync/templates/koji-reset-staging.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/manual/staging-sync/templates/koji-reset-staging.sql b/playbooks/manual/staging-sync/templates/koji-reset-staging.sql index abbaaada8f..96568873fd 100644 --- a/playbooks/manual/staging-sync/templates/koji-reset-staging.sql +++ b/playbooks/manual/staging-sync/templates/koji-reset-staging.sql @@ -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