From 8a8b1731b3ffda77af7e47c33616f9eeca746298 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mon, 5 Oct 2020 14:58:58 +0200 Subject: [PATCH] pagure: add a publish_exchange variable to the fedora-messaging config Signed-off-by: Pierre-Yves Chibon --- roles/pagure/templates/fedora-messaging.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/pagure/templates/fedora-messaging.toml b/roles/pagure/templates/fedora-messaging.toml index 195a89d55f..8ea2d394c7 100644 --- a/roles/pagure/templates/fedora-messaging.toml +++ b/roles/pagure/templates/fedora-messaging.toml @@ -14,6 +14,8 @@ topic_prefix = "io.pagure.stg" {% else %} topic_prefix = "io.pagure.prod" {% endif %} +publish_exchange = "amq.topic" + [tls] ca_cert = "/etc/pki/rabbitmq/pagurecert/pagure.ca"