mirror of
https://github.com/saltstack-formulas/apache-formula.git
synced 2025-04-17 10:10:26 +00:00
fix(vhosts/cleanup.sls): fix salt-lint
errors
```bash Examining apache/vhosts/cleanup.sls of type state [206] Jinja variables should have spaces before and after: {{ var_name }} apache/vhosts/cleanup.sls:29 - onlyif: "test -L {{ dirpath}}/{{ filename }} || test -f {{ dirpath}}/{{ filename }}" ```
This commit is contained in:
parent
ed7dc7b411
commit
b0bbd0b91d
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ include:
|
|||
|
||||
a2dissite {{ filename }}:
|
||||
cmd.run:
|
||||
- onlyif: "test -L {{ dirpath}}/{{ filename }} || test -f {{ dirpath}}/{{ filename }}"
|
||||
- onlyif: "test -L {{ dirpath }}/{{ filename }} || test -f {{ dirpath }}/{{ filename }}"
|
||||
- watch_in:
|
||||
- module: apache-reload
|
||||
- require_in:
|
||||
|
|
Loading…
Add table
Reference in a new issue