Use reload instead of restart to prevent downtime during config updates

This commit is contained in:
Nicolas Delaby 2015-03-17 17:35:21 +01:00
parent 71b9b29815
commit 1c541bd43d

View file

@ -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: