From 48e1c640e2362ec8e5913e8dd3823b1cd63254ec Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 24 Mar 2015 20:17:58 +0000 Subject: [PATCH] Re-enable fmn email in staging to test stuff. --- roles/notifs/backend/templates/fmn.consumer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/notifs/backend/templates/fmn.consumer.py b/roles/notifs/backend/templates/fmn.consumer.py index 92e67cd3ac..53dfce89ee 100644 --- a/roles/notifs/backend/templates/fmn.consumer.py +++ b/roles/notifs/backend/templates/fmn.consumer.py @@ -109,7 +109,7 @@ config = { ## Backend stuff ## {% if env == 'staging' %} - "fmn.backends": ["irc", "android"], + "fmn.backends": ["email", "irc", "android"], {% else %} "fmn.backends": ["email", "irc"], # android is disabled. {% endif %}