diff --git a/playbooks/manual/staging-sync/templates/koji-reset-staging.sql b/playbooks/manual/staging-sync/templates/koji-reset-staging.sql index 839f538ac7..a80a709eab 100644 --- a/playbooks/manual/staging-sync/templates/koji-reset-staging.sql +++ b/playbooks/manual/staging-sync/templates/koji-reset-staging.sql @@ -103,7 +103,7 @@ insert into host_channels (host_id, channel_id) values ( -- Add some people to be admins, only in staging. Feel free to grow this list.. -{% for username in ['ralph', 'imcleod', 'mizdebsk', 'lkocman', 'psabata'] %} +{% for username in ['ralph', 'imcleod', 'mizdebsk', 'lkocman', 'psabata', 'puiterwijk'] %} select now() as time, 'adding staging admin {{username}}' as msg; insert into user_perms (user_id, perm_id, active, creator_id) values ( (select id from users where name='{{username}}'),