Try to set up var/run/fedmsg right for bodhi-backend.
This commit is contained in:
parent
2cc600e683
commit
df12a914ef
1 changed files with 5 additions and 3 deletions
|
@ -307,12 +307,14 @@
|
|||
|
||||
- name: ensure that nrpe has rights to monitor us
|
||||
file: >
|
||||
dest=/var/run/fedmsg/monitoring-fedmsg-hub.socket
|
||||
dest=/var/run/fedmsg
|
||||
mode=0775
|
||||
owner=fedmsg
|
||||
owner=masher
|
||||
group=nrpe
|
||||
state=file
|
||||
state=directory
|
||||
ignore_errors: true
|
||||
notify:
|
||||
- restart fedmsg-hub
|
||||
tags:
|
||||
- fedmsgmonitor
|
||||
- bodhi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue