소스 검색

fix(map.jinja): fix `salt-lint` errors

```bash
Examining apt-cacher/map.jinja of type state
[203] Most files should not contain tabs
apt-cacher/map.jinja:5
        'interface': 'False'
```
tags/v0.7.1
Imran Iqbal 5 년 전
부모
커밋
abba9c1931
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      apt-cacher/map.jinja

+ 1
- 1
apt-cacher/map.jinja 파일 보기

@@ -2,6 +2,6 @@
'Debian': {
'group': 'www-data',
'user': 'www-data',
'interface': 'False'
'interface': 'False',
},
}, merge=salt['pillar.get']('apt_cacher')) %}

Loading…
취소
저장