Browse Source

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}}:
```
tags/v0.38.0
Imran Iqbal 5 years ago
parent
commit
da9a59225a
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      apache/server_status.sls

+ 1
- 1
apache/server_status.sls 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

Loading…
Cancel
Save