From da9a59225a7d86805c13972843754754b551e298 Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Thu, 17 Oct 2019 07:52:42 +0100 Subject: [PATCH] fix(server_status.sls): fix `salt-lint` errors ```bash Examining apache/server_status.sls of type state [206] Jinja variables should have spaces before and after: {{ var_name }} apache/server_status.sls:7 {{apache.confdir}}/server-status{{apache.confext}}: ``` --- apache/server_status.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apache/server_status.sls b/apache/server_status.sls index c5168ee..dc8169f 100644 --- a/apache/server_status.sls +++ b/apache/server_status.sls @@ -4,7 +4,7 @@ include: - apache - apache.config -{{apache.confdir}}/server-status{{apache.confext}}: +{{ apache.confdir }}/server-status{{ apache.confext }}: file.managed: - source: salt://apache/files/server-status.conf.jinja - template: jinja