diff options
author | Pierre-Yves Chibon <pingou@pingoured.fr> | 2017-07-31 17:40:29 +0200 |
---|---|---|
committer | Pierre-Yves Chibon <pingou@pingoured.fr> | 2017-07-31 17:40:29 +0200 |
commit | 5576a642f6823fc292598a93499b12727c2fa666 (patch) | |
tree | 8b569308a993e00c93ef390adb06cebede8a6174 | |
parent | d70872ababa3bab93555334a659e5c13117f4284 (diff) | |
download | ansible-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.cfg | 3 |
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'] |