Use reload instead of restart to prevent downtime during config updates
This commit is contained in:
parent
71b9b29815
commit
1c541bd43d
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ haproxy.service:
|
||||||
service.running:
|
service.running:
|
||||||
- name: haproxy
|
- name: haproxy
|
||||||
- enable: True
|
- enable: True
|
||||||
|
- reload: True
|
||||||
- require:
|
- require:
|
||||||
- pkg: haproxy
|
- pkg: haproxy
|
||||||
- watch:
|
- watch:
|
||||||
|
|
Loading…
Reference in a new issue