Restart fedwatch when this file changes.

This commit is contained in:
Ralph Bean 2017-08-16 18:04:18 +00:00
parent 13623a7c73
commit 1fefb3b691
2 changed files with 4 additions and 0 deletions

View file

@ -30,6 +30,9 @@
- name: restart fedmsg-relay
command: /usr/local/bin/conditional-restart.sh fedmsg-relay fedmsg-relay
- name: restart fedwatch
action: service name=fedwatch state=restarted
- name: reload httpd
command: /usr/local/bin/conditional-reload.sh httpd httpd

View file

@ -174,6 +174,7 @@
- name: configure fedwatch to sync packages as soon as requests are process.
copy: src=fedwatch.conf dest=/etc/fedwatch.conf
notify: restart fedwatch
tags:
- bodhi
- fedwatch