diff --git a/roles/pkgdb2/templates/pkgdb2.cfg b/roles/pkgdb2/templates/pkgdb2.cfg index c033723ea9..bdb677d508 100644 --- a/roles/pkgdb2/templates/pkgdb2.cfg +++ b/roles/pkgdb2/templates/pkgdb2.cfg @@ -27,7 +27,9 @@ AUTOAPPROVE_PKGERS = [ #### FAS group for the pkgdb admins {% if env == 'staging' %} -ADMIN_GROUP = ['cvsadmin'] +# Factory 2 added to make it easier for us to create repos for the modularity +# team. Only in staging. Feel free to remove! +ADMIN_GROUP = ['cvsadmin', 'factory2'] {% else %} ADMIN_GROUP = ['sysadmin-main', 'cvsadmin'] {% endif %}