Fix bodhi principal in stg koji
This commit is contained in:
parent
7ca313349a
commit
0891cde047
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ insert into cg_users (cg_id, user_id, creator_id) values (
|
|||
('koschei', 'koschei/koschei-backend01.stg.phx2.fedoraproject.org'),
|
||||
('hotness', 'hotness/hotness01.stg.phx2.fedoraproject.org'),
|
||||
('containerbuild', 'osbs/osbs.stg.fedoraproject.org'),
|
||||
('bodhi', 'bodhi/bodhi.stg.fedoraproject.org'),
|
||||
('kojira', 'kojira/koji.stg.fedoraproject.org')] %}
|
||||
update users set krb_principal='{{principal}}@STG.FEDORAPROJECT.ORG' where name='{{username}}';
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue