fix(flags.sls): fix salt-lint errors

```bash
Examining apache/flags.sls of type state
[201] Trailing whitespace
apache/flags.sls:7
```
This commit is contained in:
Imran Iqbal 2019-10-17 07:45:29 +01:00
parent 2a79d05945
commit a146c59763
No known key found for this signature in database
GPG Key ID: 6D8629439D2B7819

View File

@ -4,7 +4,7 @@
include:
- apache
{% for flag in salt['pillar.get']('apache:flags:enabled', []) %}
a2enflag {{ flag }}:
cmd.run: