Setup a proxyreload for httpd that looks for the ticketkey. If it's not there, assume the proxy is just being configured and don't reload httpd.

This commit is contained in:
Kevin Fenzi 2016-12-01 21:36:07 +00:00
parent 181c1c7c32
commit 1effd347df
12 changed files with 47 additions and 19 deletions

View file

@ -93,6 +93,9 @@
- name: restart postfix
service: name=postfix state=restarted
- name: reload proxyhttpd
command: /usr/local/bin/proxy-conditional-reload.sh httpd httpd
- name: restart glusterd
service: name=glusterd state=restarted