From 52d38cc4bde4d6a49a4061e24a1466fd03218a3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kone=C4=8Dn=C3=BD?= Date: Fri, 3 Mar 2023 10:12:15 +0100 Subject: [PATCH] [Pagure] Add zlopez to admin list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Based on the discussion with kevin in https://pagure.io/fedora-infrastructure/issue/11158 Signed-off-by: Michal Konečný --- roles/pagure/templates/pagure.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/pagure/templates/pagure.cfg b/roles/pagure/templates/pagure.cfg index 971e2d3899..96879c052e 100644 --- a/roles/pagure/templates/pagure.cfg +++ b/roles/pagure/templates/pagure.cfg @@ -41,7 +41,7 @@ DB_URL = 'postgresql://{{ pagure_db_user }}:{{ pagure_db_pass }}@{{ pagure_db_ho ### The FAS group in which the admin of pagure are ADMIN_GROUP = None -PAGURE_ADMIN_USERS = ["pingou", "kevin", "smooge", "mobrien", "nb"] +PAGURE_ADMIN_USERS = ["pingou", "kevin", "smooge", "mobrien", "nb", "zlopez"] # The publicly visible admin email address ADMIN_EMAIL = 'admin@fedoraproject.org'