diff --git a/roles/distgit/pagure/templates/pagure.cfg b/roles/distgit/pagure/templates/pagure.cfg index 9bd50cbf8c..5abd81fe04 100644 --- a/roles/distgit/pagure/templates/pagure.cfg +++ b/roles/distgit/pagure/templates/pagure.cfg @@ -94,6 +94,7 @@ GIT_FOLDER = '/srv/git/repositories' ### Folder containing the docs repos #DOCS_FOLDER = '/srv/git/repositories/docs' +ENABLE_DOCS = False DOCS_FOLDER = None ### Folder containing the pull-requests repos @@ -101,6 +102,7 @@ REQUESTS_FOLDER = '/srv/git/repositories/requests' ### Folder containing the tickets repos #TICKETS_FOLDER = '/srv/git/repositories/tickets' +ENABLE_TICKETS = False TICKETS_FOLDER = None ### Folder containing the clones of the remotes git repo