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 owner=apache
group=nrpe group=nrpe
state=directory state=directory
ignore_errors: true
notify:
- restart fedmsg-hub-3
tags: tags:
- fedmsgmonitor - fedmsgmonitor
- bodhi - bodhi
- name: ensure that nrpe has rights to monitor us (file) - name: ensure that nrpe has rights to monitor us (file)
file: > file: >
dest=/var/run/fedmsg/monitoring-fedmsg-hub.socket dest=/var/run/fedmsg/monitoring-fedmsg-hub-3.socket
mode=0775 mode=0775
owner=apache owner=apache
group=nrpe group=nrpe
state=file state=file
ignore_errors: true
tags: tags:
- fedmsgmonitor - fedmsgmonitor
- bodhi - bodhi