Merge branch 'master' of /git/ansible

This commit is contained in:
Stephen Smoogen 2017-02-15 19:30:22 +00:00
commit b06e02b73d

View file

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