distgit: give access to the fedora-messaging certs to the packager group
This solves the permission denied error packager would see otherwise when pushing to dist-git as the hooks would fail to send notifications on the fedora-messaging bus. Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
f30c881bf5
commit
891dcaac2b
2 changed files with 6 additions and 6 deletions
|
@ -54,17 +54,17 @@
|
|||
- src: "{{private}}/files/rabbitmq/{{ env }}/pki/issued/batcave{{ env_suffix }}.crt"
|
||||
dest: git-hooks.crt
|
||||
owner: root
|
||||
group: root
|
||||
group: packager
|
||||
mode: "444"
|
||||
- src: "{{private}}/files/rabbitmq/{{ env }}/pki/private/batcave{{ env_suffix }}.key"
|
||||
dest: git-hooks.key
|
||||
owner: root
|
||||
group: root
|
||||
group: packager
|
||||
mode: "440"
|
||||
- src: "{{private}}/files/rabbitmq/{{ env }}/pki/ca.crt"
|
||||
dest: git-hooks.ca
|
||||
owner: root
|
||||
group: root
|
||||
group: packager
|
||||
mode: "444"
|
||||
tags:
|
||||
- git
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue