From d064359e0109e3b6f393c0a33f6cfe67311296ae Mon Sep 17 00:00:00 2001 From: Jeremy Cline Date: Tue, 31 Oct 2017 21:28:55 +0000 Subject: [PATCH] Disable fmn android on stg Signed-off-by: Jeremy Cline --- roles/notifs/backend/templates/fmn.consumer.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/roles/notifs/backend/templates/fmn.consumer.py b/roles/notifs/backend/templates/fmn.consumer.py index 3713fbb55c..030ec898d2 100644 --- a/roles/notifs/backend/templates/fmn.consumer.py +++ b/roles/notifs/backend/templates/fmn.consumer.py @@ -136,11 +136,7 @@ config = { ## Backend stuff ## - {% if env == 'staging' %} - "fmn.backends": ["email", "irc", "android"], - {% else %} "fmn.backends": ["email", "irc"], # android is disabled. - {% endif %} # Email "fmn.email.mailserver": "bastion01.phx2.fedoraproject.org:25",