Change owner to match the apache process.

This commit is contained in:
Ralph Bean 2017-02-15 17:39:11 +00:00
parent a59ac60311
commit 89ea6230ab
2 changed files with 4 additions and 4 deletions

View file

@ -24,8 +24,8 @@ fas_client_groups: sysadmin-noc,sysadmin-releng
# These are consumed by a task in roles/fedmsg/base/main.yml
fedmsg_certs:
- service: mbs
owner: root
group: apache
owner: fedmsg
group: fedmsg
can_send:
- mbs.module.state.change
# Only the backend sends this message..

View file

@ -24,8 +24,8 @@ fas_client_groups: sysadmin-noc,sysadmin-releng
# These are consumed by a task in roles/fedmsg/base/main.yml
fedmsg_certs:
- service: mbs
owner: root
group: apache
owner: fedmsg
group: fedmsg
can_send:
- mbs.module.state.change
# Only the backend sends this message..