diff --git a/roles/pagure/templates/pagure.cfg b/roles/pagure/templates/pagure.cfg index 61ed2bed39..75806490e5 100644 --- a/roles/pagure/templates/pagure.cfg +++ b/roles/pagure/templates/pagure.cfg @@ -402,7 +402,7 @@ LOGGING_GIT_HOOKS = { }, } } -{% if env == 'pagure-staging' %} + # Setting ENABLE_UI_NEW_PROJECTS, ACLS, ADMIN_API_ACLS to stop # creation of new projects going forward on pagure.io ENABLE_UI_NEW_PROJECTS = False @@ -455,7 +455,7 @@ ADMIN_API_ACLS = [ "tag_project", "create_project", ] -{% endif %} + CROSS_PROJECT_ACLS = [ 'create_project',