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:
parent
181c1c7c32
commit
1effd347df
12 changed files with 47 additions and 19 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue