From 1c541bd43d5c84643936b86bc2203c94b5bb29bd Mon Sep 17 00:00:00 2001 From: Nicolas Delaby Date: Tue, 17 Mar 2015 17:35:21 +0100 Subject: [PATCH] Use reload instead of restart to prevent downtime during config updates --- haproxy/service.sls | 1 + 1 file changed, 1 insertion(+) diff --git a/haproxy/service.sls b/haproxy/service.sls index c1f3b62..74ff3ff 100644 --- a/haproxy/service.sls +++ b/haproxy/service.sls @@ -2,6 +2,7 @@ haproxy.service: service.running: - name: haproxy - enable: True + - reload: True - require: - pkg: haproxy - watch: