This should come last.

This commit is contained in:
Ralph Bean 2014-10-01 16:33:20 +00:00
parent 0c51cbc281
commit 2e3ebf1ab4

View file

@ -8,15 +8,6 @@
tags:
- packages
- name: ensure that nrpe has rights to monitor us
file: >
dest=/var/run/fedmsg/monitoring-fedmsg-hub.socket
mode=0775
owner=fedmsg
group=nrpe
state=file
ignore_errors: true
- name: fedmsg-hub service
service: name=fedmsg-hub state=started enabled=yes
@ -30,3 +21,11 @@
when: not enable_websocket_server
notify: restart fedmsg-hub
- name: ensure that nrpe has rights to monitor us
file: >
dest=/var/run/fedmsg/monitoring-fedmsg-hub.socket
mode=0775
owner=fedmsg
group=nrpe
state=file
ignore_errors: true