From 9ce8e6eac3df3676b6161781ca01731252aac998 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Feb 16 2021 19:12:38 +0000 Subject: pagure: explicitely undefine the ADMIN_GROUP variable Otherwise it goes back to using sysadmin-main which is the default value, while here we want to rely on a list of users, not a group. Signed-off-by: Pierre-Yves Chibon --- diff --git a/roles/pagure/templates/pagure.cfg b/roles/pagure/templates/pagure.cfg index c13c89b..c4ec7dd 100644 --- a/roles/pagure/templates/pagure.cfg +++ b/roles/pagure/templates/pagure.cfg @@ -31,6 +31,7 @@ FAS_OPENID_ENDPOINT = 'https://id.stg.fedoraproject.org/openid/' DB_URL = 'postgresql://{{ pagure_db_user }}:{{ pagure_db_pass }}@{{ pagure_db_host }}/{{ pagure_db_name }}' ### The FAS group in which the admin of pagure are +ADMIN_GROUP = "" PAGURE_ADMIN_USERS = ["pingou", "kevin", "smooge"] # The publicly visible admin email address