Parcourir la source
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
il y a 5 ans
Parent
révision
abba9c1931
Aucun compte lié à l'adresse e-mail de l'auteur
1 fichiers modifiés avec
1 ajouts et
1 suppressions
-
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')) %} |