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}}:
```
This commit is contained in:
Imran Iqbal 2019-10-17 07:52:42 +01:00
parent 55d11f8293
commit da9a59225a
No known key found for this signature in database
GPG Key ID: 6D8629439D2B7819

View File

@ -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