소스 검색

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 }}"
```
tags/v0.38.0
Imran Iqbal 5 년 전
부모
커밋
b0bbd0b91d
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      apache/vhosts/cleanup.sls

+ 1
- 1
apache/vhosts/cleanup.sls 파일 보기

@@ -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…
취소
저장