Restart fcomm-cache-worker when config changes.

This commit is contained in:
Ralph Bean 2014-11-17 15:35:29 +00:00
parent 0b17c98111
commit 5bd10b3e2c
2 changed files with 6 additions and 0 deletions

View File

@ -138,3 +138,6 @@
command: pkill -HUP libvirtd
ignore_errors: true
when: inventory_hostname.startswith('buildhw')
- name: restart fcomm-cache-worker
service: name=fcomm-cache-worker state=restarted

View File

@ -36,6 +36,7 @@
owner=apache group=apache mode=0600
notify:
- restart httpd
- restart fcomm-cache-worker
tags:
- packages
@ -56,6 +57,7 @@
owner=root group=root mode=0644
notify:
- restart httpd
- restart fcomm-cache-worker
tags:
- packages
@ -79,6 +81,7 @@
owner=root group=root mode=0644
notify:
- restart httpd
- restart fcomm-cache-worker
tags:
- packages