summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Yves Chibon <pingou@pingoured.fr>2016-07-30 22:37:08 +0200
committerPierre-Yves Chibon <pingou@pingoured.fr>2016-07-30 22:37:17 +0200
commit8c1c852ba58486db50e0817ba2bf41086be9958b (patch)
tree0e85d5c4c72b24dbbc2662d5952280b0c2ba4ca6
parentcf2faae73406cd661eb13dbf1f38c798d1fcda65 (diff)
downloadansible-8c1c852ba58486db50e0817ba2bf41086be9958b.tar.gz
ansible-8c1c852ba58486db50e0817ba2bf41086be9958b.tar.xz
ansible-8c1c852ba58486db50e0817ba2bf41086be9958b.zip
Add the other namespaces allowed in pagure on pkgs.stg
-rw-r--r--roles/distgit/pagure/templates/pagure.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/distgit/pagure/templates/pagure.cfg b/roles/distgit/pagure/templates/pagure.cfg
index 5320b9926..58f365369 100644
--- a/roles/distgit/pagure/templates/pagure.cfg
+++ b/roles/distgit/pagure/templates/pagure.cfg
@@ -174,7 +174,7 @@ ENABLE_NEW_PROJECTS = False
ENABLE_DEL_PROJECTS = False
ENABLE_TICKETS = False
ENABLE_USER_MNGT = False
-ALLOWED_PREFIX = ['rpms']
+ALLOWED_PREFIX = ['rpms', 'modules', 'docker']
DISABLED_PLUGINS = ['IRC', 'Pagure tickets', 'Read the Doc']