Skip to content

Commit e55ef9b

Browse files
committed
fix(mod_geoip.sls): fix salt-lint errors
```bash Examining apache/mod_geoip.sls of type state [201] Trailing whitespace apache/mod_geoip.sls:30 - source: ```
1 parent d011324 commit e55ef9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apache/mod_geoip.sls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ geoip conf:
2727
- user: root
2828
- group: root
2929
- mode: 644
30-
- source:
30+
- source:
3131
- salt://apache/files/{{ salt['grains.get']('os_family') }}/geoip.conf
3232
3333
geoip database:

0 commit comments

Comments
 (0)