From 404b18b99d25de3cfe448f7ddbb216da4be200b0 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Sat, 3 Apr 2021 19:14:30 +0200 Subject: [PATCH] mirrormanager: make the ADMIN_GROUP be a list instead of a tuple Signed-off-by: Pierre-Yves Chibon --- roles/mirrormanager/frontend2/templates/mirrormanager2.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mirrormanager/frontend2/templates/mirrormanager2.cfg b/roles/mirrormanager/frontend2/templates/mirrormanager2.cfg index ba89fdb8f1..cba98e9225 100644 --- a/roles/mirrormanager/frontend2/templates/mirrormanager2.cfg +++ b/roles/mirrormanager/frontend2/templates/mirrormanager2.cfg @@ -65,7 +65,7 @@ MM_AUTHENTICATION = 'fas' # If the authentication method is `fas`, groups in which should be the user # to be recognized as an admin. -ADMIN_GROUP = ('sysadmin-main', 'sysadmin-web') +ADMIN_GROUP = ['sysadmin-main', 'sysadmin-web'] # Email of the admin to which send notification or error ADMIN_EMAIL = ['admin@fedoraproject.org', 'adrian@fedoraproject.org']