From 3616bbe357f1a1db6a070a53f5bdee12e6ac4350 Mon Sep 17 00:00:00 2001 From: Mohan Boddu Date: Thu, 18 Jun 2020 16:15:54 -0400 Subject: [PATCH] releng role: fix location of the cert files for fedora-messaging Signed-off-by: Mohan Boddu --- roles/releng/templates/fedora-messaging.toml.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/releng/templates/fedora-messaging.toml.j2 b/roles/releng/templates/fedora-messaging.toml.j2 index 039b75d8d3..0e3854df21 100644 --- a/roles/releng/templates/fedora-messaging.toml.j2 +++ b/roles/releng/templates/fedora-messaging.toml.j2 @@ -10,9 +10,9 @@ publish_exchange = "amq.topic" passive_declares = true [tls] -ca_cert = "/etc/pki/rabbitmq/ca/rabbitmq-ca.crt" -keyfile = "/etc/pki/rabbitmq/key/rabbitmq-pungi.key" -certfile = "/etc/pki/rabbitmq/crt/rabbitmq-pungi.crt" +ca_cert = "/etc/pki/fedora-messaging/rabbitmq-ca.crt" +keyfile = "/etc/pki/fedora-messaging/rabbitmq-pungi.key" +certfile = "/etc/pki/fedora-messaging/rabbitmq-pungi.crt" [client_properties] app = "pungi"