From 43f084686d30e25dd91d6656a8a8d8b01b36adce Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Tue, 24 Sep 2019 12:31:32 +0200 Subject: [PATCH] dist-git/pagure: Drop couple of variables not used and already defined Signed-off-by: Pierre-Yves Chibon --- roles/distgit/pagure/templates/pagure_shared.cfg | 2 -- 1 file changed, 2 deletions(-) diff --git a/roles/distgit/pagure/templates/pagure_shared.cfg b/roles/distgit/pagure/templates/pagure_shared.cfg index af5afc0a75..6351e368f1 100644 --- a/roles/distgit/pagure/templates/pagure_shared.cfg +++ b/roles/distgit/pagure/templates/pagure_shared.cfg @@ -45,11 +45,9 @@ REDIS_DB = 0 # Configuration item that are specific for this odd pagure instance CASE_SENSITIVE = True -PROJECT_TICKETS = False ENABLE_NEW_PROJECTS = True ENABLE_DEL_PROJECTS = False ENABLE_DEL_FORKS = True -ENABLE_TICKETS = False ENABLE_GROUP_MNGT = False DEPLOY_KEY = False LOCAL_SSH_KEY = False