From b5dee02e31814f94fb2162c857cf6606a43cad9e Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sun, 15 Dec 2019 00:05:55 +0000 Subject: [PATCH] mirrormanager: The mirrormanager fedora messaging cert is called mirrormanager2 Signed-off-by: Kevin Fenzi --- roles/mirrormanager/backend/tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/mirrormanager/backend/tasks/main.yml b/roles/mirrormanager/backend/tasks/main.yml index 20fff62ab0..8dabb4a75a 100644 --- a/roles/mirrormanager/backend/tasks/main.yml +++ b/roles/mirrormanager/backend/tasks/main.yml @@ -101,7 +101,7 @@ # FIXME: do we need to create a mirrormanager cert ? - name: Deploy the Fedora mirrormanager fedora-messaging cert copy: - src: "{{ private }}/files/rabbitmq/{{env}}/pki/issued/mirrormanager{{env_suffix}}.crt" + src: "{{ private }}/files/rabbitmq/{{env}}/pki/issued/mirrormanager2{{env_suffix}}.crt" dest: /etc/pki/fedora-messaging/mirrormanager{{env_suffix}}-cert.pem mode: 0644 owner: root @@ -112,7 +112,7 @@ - name: Deploy the Fedora infra fedora-messaging key copy: - src: "{{ private }}/files/rabbitmq/{{env}}/pki/private/mirrormanager{{env_suffix}}.key" + src: "{{ private }}/files/rabbitmq/{{env}}/pki/private/mirrormanager2{{env_suffix}}.key" dest: /etc/pki/fedora-messaging/mirrormanager{{env_suffix}}-key.pem mode: 0640 owner: root