From cbf3448826db851f71fe302d89b073b95067eaec Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 1 Jul 2022 10:07:51 -0700 Subject: [PATCH] toddlers: fix conditional for staging/prod Signed-off-by: Kevin Fenzi --- roles/openshift-apps/toddlers/templates/fedora-messaging.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/toddlers/templates/fedora-messaging.toml b/roles/openshift-apps/toddlers/templates/fedora-messaging.toml index a0e393580c..8e04a12ffe 100644 --- a/roles/openshift-apps/toddlers/templates/fedora-messaging.toml +++ b/roles/openshift-apps/toddlers/templates/fedora-messaging.toml @@ -57,7 +57,7 @@ blocked_toddlers = ["debug"] # Configuration used when sending notifications: -{% if env != "staging" %} +{% if env == "staging" %} mail_server = "bastion.stg.fedoraproject.org" admin_email = "admin@stg.fedoraproject.org" {% else %}