Sfoglia il codice sorgente

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:
```
tags/v0.38.0
Imran Iqbal 5 anni fa
parent
commit
e55ef9b3ee
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      apache/mod_geoip.sls

+ 1
- 1
apache/mod_geoip.sls Vedi File

@@ -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:

Loading…
Annulla
Salva