Change owner to match the apache process.
This commit is contained in:
parent
a59ac60311
commit
89ea6230ab
2 changed files with 4 additions and 4 deletions
|
@ -24,8 +24,8 @@ fas_client_groups: sysadmin-noc,sysadmin-releng
|
||||||
# These are consumed by a task in roles/fedmsg/base/main.yml
|
# These are consumed by a task in roles/fedmsg/base/main.yml
|
||||||
fedmsg_certs:
|
fedmsg_certs:
|
||||||
- service: mbs
|
- service: mbs
|
||||||
owner: root
|
owner: fedmsg
|
||||||
group: apache
|
group: fedmsg
|
||||||
can_send:
|
can_send:
|
||||||
- mbs.module.state.change
|
- mbs.module.state.change
|
||||||
# Only the backend sends this message..
|
# Only the backend sends this message..
|
||||||
|
|
|
@ -24,8 +24,8 @@ fas_client_groups: sysadmin-noc,sysadmin-releng
|
||||||
# These are consumed by a task in roles/fedmsg/base/main.yml
|
# These are consumed by a task in roles/fedmsg/base/main.yml
|
||||||
fedmsg_certs:
|
fedmsg_certs:
|
||||||
- service: mbs
|
- service: mbs
|
||||||
owner: root
|
owner: fedmsg
|
||||||
group: apache
|
group: fedmsg
|
||||||
can_send:
|
can_send:
|
||||||
- mbs.module.state.change
|
- mbs.module.state.change
|
||||||
# Only the backend sends this message..
|
# Only the backend sends this message..
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue