diff --git a/haproxy/config.sls b/haproxy/config.sls index f74fce6..641e284 100644 --- a/haproxy/config.sls +++ b/haproxy/config.sls @@ -6,5 +6,7 @@ haproxy.config: - user: root - group: root - mode: 644 - - watch_in: + - require_in: - service: haproxy.service + - watch_in: + - service: haproxy.service \ No newline at end of file