Skip to content

Commit

Permalink
fix(mod_geoip.sls): fix salt-lint errors
Browse files Browse the repository at this point in the history
```bash
Examining apache/mod_geoip.sls of type state
[201] Trailing whitespace
apache/mod_geoip.sls:30
    - source:
```
  • Loading branch information
myii committed Oct 17, 2019
1 parent d011324 commit e55ef9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apache/mod_geoip.sls
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ geoip conf:
- user: root
- group: root
- mode: 644
- source:
- source:
- salt://apache/files/{{ salt['grains.get']('os_family') }}/geoip.conf
geoip database:
Expand Down

0 comments on commit e55ef9b

Please sign in to comment.