Define a global handler for restarting the fedmsg-hub.
This commit is contained in:
parent
79c32cebc0
commit
53940efed2
2 changed files with 5 additions and 1 deletions
|
@ -82,3 +82,6 @@
|
||||||
|
|
||||||
- name: run fasclient
|
- name: run fasclient
|
||||||
action: command /usr/bin/fasClient -i
|
action: command /usr/bin/fasClient -i
|
||||||
|
|
||||||
|
- name: restart fedmsg-hub
|
||||||
|
action: service name=fedmsg-hub state=restarted
|
||||||
|
|
|
@ -9,5 +9,6 @@
|
||||||
|
|
||||||
tags:
|
tags:
|
||||||
- config
|
- config
|
||||||
|
|
||||||
notify:
|
notify:
|
||||||
- fedmsg-hub
|
- restart fedmsg-hub
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue