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
|
- name: ensure that nrpe has rights to monitor us
|
||||||
file: >
|
file: >
|
||||||
dest=/var/run/fedmsg/monitoring-fedmsg-hub.socket
|
dest=/var/run/fedmsg
|
||||||
mode=0775
|
mode=0775
|
||||||
owner=fedmsg
|
owner=masher
|
||||||
group=nrpe
|
group=nrpe
|
||||||
state=file
|
state=directory
|
||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
|
notify:
|
||||||
|
- restart fedmsg-hub
|
||||||
tags:
|
tags:
|
||||||
- fedmsgmonitor
|
- fedmsgmonitor
|
||||||
- bodhi
|
- bodhi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue