summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre-Yves Chibon <pingou@pingoured.fr>2017-07-31 17:40:29 +0200
committerPierre-Yves Chibon <pingou@pingoured.fr>2017-07-31 17:40:29 +0200
commit5576a642f6823fc292598a93499b12727c2fa666 (patch)
tree8b569308a993e00c93ef390adb06cebede8a6174
parentd70872ababa3bab93555334a659e5c13117f4284 (diff)
downloadansible-5576a642f6823fc292598a93499b12727c2fa666.tar.gz
ansible-5576a642f6823fc292598a93499b12727c2fa666.tar.xz
ansible-5576a642f6823fc292598a93499b12727c2fa666.zip
Make pkgs01.stg benefit from the feature of pagure 3.4
-rw-r--r--roles/distgit/pagure/templates/pagure.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/distgit/pagure/templates/pagure.cfg b/roles/distgit/pagure/templates/pagure.cfg
index 550b4491b..f9ae6110c 100644
--- a/roles/distgit/pagure/templates/pagure.cfg
+++ b/roles/distgit/pagure/templates/pagure.cfg
@@ -183,6 +183,9 @@ ENABLE_DEL_PROJECTS = False
ENABLE_TICKETS = False
ENABLE_USER_MNGT = False
ENABLE_GROUP_MNGT = False
+DEPLOY_KEY = False
+LOCAL_SSH_KEY = False
+ALLOW_DELETE_BRANCH = False
ALLOWED_PREFIX = ['rpms', 'modules', 'container']
DISABLED_PLUGINS = ['IRC', 'Pagure tickets', 'Read the Doc']