From 05078de7423745969ba18a802c8638af79a5b494 Mon Sep 17 00:00:00 2001 From: Michal Konecny Date: Tue, 2 Jul 2024 10:07:37 +0200 Subject: [PATCH] [mailman3] Use the correct topic prefix Signed-off-by: Michal Konecny --- roles/mailman3/templates/fedmsg-plugin.toml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/mailman3/templates/fedmsg-plugin.toml.j2 b/roles/mailman3/templates/fedmsg-plugin.toml.j2 index 0f441f4480..d4825e25e7 100644 --- a/roles/mailman3/templates/fedmsg-plugin.toml.j2 +++ b/roles/mailman3/templates/fedmsg-plugin.toml.j2 @@ -5,7 +5,7 @@ publish_exchange = "amq.topic" {% if env == "staging" %} topic_prefix = "org.fedoraproject.stg" {% else %} -topic_prefix = "io.fedoraproject.prod" +topic_prefix = "org.fedoraproject.prod" {% endif %} [tls]