Define the restart handler in a role to see if it will work.

This commit is contained in:
Ralph Bean 2013-06-12 20:24:38 +00:00
parent 9e14e24f1d
commit 3587902cfb
3 changed files with 2 additions and 4 deletions

View file

@ -82,6 +82,3 @@
- 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

View file

@ -1,5 +1,4 @@
config = { config = {
# We need to tell the fedmsg-hub that it should load our consumer on start. # We need to tell the fedmsg-hub that it should load our consumer on start.
"fedmsg.consumers.badges.enabled": True, "fedmsg.consumers.badges.enabled": True,

View file

@ -0,0 +1,2 @@
- name: restart fedmsg-hub
action: service name=fedmsg-hub state=restarted