mirrormanager: The mirrormanager fedora messaging cert is called mirrormanager2
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
ab598ef642
commit
b5dee02e31
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue