Use apache user also for odcs private queue certs.
This commit is contained in:
parent
54c31f65c3
commit
230521c0b9
1 changed files with 2 additions and 2 deletions
|
@ -237,7 +237,7 @@
|
|||
src: "{{private}}/files/rabbitmq/{{env}}/pki/issued/odcs-private-queue{{env_suffix}}.crt"
|
||||
dest: /etc/odcs/odcs-private-queue.crt
|
||||
owner: odcs
|
||||
group: fedmsg
|
||||
group: apache
|
||||
mode: 0640
|
||||
tags:
|
||||
- odcs
|
||||
|
@ -249,7 +249,7 @@
|
|||
src: "{{private}}/files/rabbitmq/{{env}}/pki/private/odcs-private-queue{{env_suffix}}.key"
|
||||
dest: /etc/odcs/odcs-private-queue.key
|
||||
owner: odcs
|
||||
group: fedmsg
|
||||
group: apache
|
||||
mode: 0640
|
||||
tags:
|
||||
- odcs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue