From 84e65a9236e0f857cbc7714f33ed61c3dab4ed63 Mon Sep 17 00:00:00 2001 From: Adrian Reber Date: Tue, 22 Dec 2015 14:46:27 +0000 Subject: [PATCH] Add myself to the list of exception emails --- 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 2c76b86dbf..26abf33957 100644 --- a/roles/mirrormanager/frontend2/templates/mirrormanager2.cfg +++ b/roles/mirrormanager/frontend2/templates/mirrormanager2.cfg @@ -58,7 +58,7 @@ MM_AUTHENTICATION = 'fas' ADMIN_GROUP = ('sysadmin-main', 'sysadmin-web') # Email of the admin to which send notification or error -ADMIN_EMAIL = 'admin@fedoraproject.org' +ADMIN_EMAIL = ['admin@fedoraproject.org', 'adrian@fedoraproject.org'] # Email address used in the 'From' field of the emails sent. # Default: ``nobody@fedoraproject.org``.