From f6cbc5c6fc855e6d32dc11049aeb3c2e35b83b87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Thu, 10 Apr 2025 14:38:40 +0200 Subject: [PATCH] Fix typo in the Planet RabbitMQ user MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Aurélien Bompard --- roles/planet/templates/fedora-messaging.toml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/planet/templates/fedora-messaging.toml.j2 b/roles/planet/templates/fedora-messaging.toml.j2 index 677d0ac3b5..52fe909b03 100644 --- a/roles/planet/templates/fedora-messaging.toml.j2 +++ b/roles/planet/templates/fedora-messaging.toml.j2 @@ -1,4 +1,4 @@ -amqp_url = "amqps://pungi{{ env_suffix }}:@rabbitmq{{ env_suffix }}.fedoraproject.org/%2Fpubsub" +amqp_url = "amqps://planet{{ env_suffix }}:@rabbitmq{{ env_suffix }}.fedoraproject.org/%2Fpubsub" {% if env == "staging" %} topic_prefix = "org.fedoraproject.stg"