Skip to content

Commit

Permalink
fix(map.jinja): fix salt-lint errors
Browse files Browse the repository at this point in the history
```bash
Examining apt-cacher/map.jinja of type state
[203] Most files should not contain tabs
apt-cacher/map.jinja:5
        'interface': 'False'
```
  • Loading branch information
myii committed Oct 9, 2019
1 parent 7323773 commit abba9c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apt-cacher/map.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
'Debian': {
'group': 'www-data',
'user': 'www-data',
'interface': 'False'
'interface': 'False',
},
}, merge=salt['pillar.get']('apt_cacher')) %}

0 comments on commit abba9c1

Please sign in to comment.