From 5b7b84d61e0c872c145608c2f516dcf6a7ec294c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krzysztof=20Paw=C5=82owski?= Date: Wed, 13 Jan 2016 10:41:39 +0100 Subject: [PATCH] Add missing require to start service after config generation. --- haproxy/config.sls | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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