bodhi-backend: fix up some tasks around restarting fedmsg-hub-3

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2019-04-15 14:52:29 +00:00
parent 111fc1805c
commit b30cb8c70b

View file

@ -391,21 +391,17 @@
owner=apache
group=nrpe
state=directory
ignore_errors: true
notify:
- restart fedmsg-hub-3
tags:
- fedmsgmonitor
- bodhi
- name: ensure that nrpe has rights to monitor us (file)
file: >
dest=/var/run/fedmsg/monitoring-fedmsg-hub.socket
dest=/var/run/fedmsg/monitoring-fedmsg-hub-3.socket
mode=0775
owner=apache
group=nrpe
state=file
ignore_errors: true
tags:
- fedmsgmonitor
- bodhi