summaryrefslogtreecommitdiffstats
path: root/roles/pkgdb2/templates
diff options
context:
space:
mode:
authorRalph Bean <rbean@redhat.com>2017-02-15 19:26:56 +0000
committerRalph Bean <rbean@redhat.com>2017-02-15 19:26:56 +0000
commit08a5d0c36bdb7d782ffe8eab4f86fa65d597cebc (patch)
treeb13fa24226fb9db2fdf9613b1af12e64551485da /roles/pkgdb2/templates
parenteab08ddbd65a8f9bdeabefe73d070e42e4f281e9 (diff)
downloadansible-08a5d0c36bdb7d782ffe8eab4f86fa65d597cebc.tar.gz
ansible-08a5d0c36bdb7d782ffe8eab4f86fa65d597cebc.tar.xz
ansible-08a5d0c36bdb7d782ffe8eab4f86fa65d597cebc.zip
Give factory2 rights on pkgdb2 in staging only.
Diffstat (limited to 'roles/pkgdb2/templates')
-rw-r--r--roles/pkgdb2/templates/pkgdb2.cfg4
1 files changed, 3 insertions, 1 deletions
diff --git a/roles/pkgdb2/templates/pkgdb2.cfg b/roles/pkgdb2/templates/pkgdb2.cfg
index c033723ea..bdb677d50 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 %}