From a7fb2f89fc5d63f9affaaef98e406e8dcdd3cb1e Mon Sep 17 00:00:00 2001 From: Mathieu Tarral Date: Tue, 25 Aug 2015 01:58:22 -0400 Subject: [PATCH] add missing {% endif %} --- apache/vhosts/standard.sls | 1 + 1 file changed, 1 insertion(+) diff --git a/apache/vhosts/standard.sls b/apache/vhosts/standard.sls index 823d08f..cfcf7fa 100644 --- a/apache/vhosts/standard.sls +++ b/apache/vhosts/standard.sls @@ -46,5 +46,6 @@ a2dissite {{ id }}{{ apache.confext }}: - watch_in: - module: apache-reload {% endif %} +{% endif %} {% endfor %}