소스 검색
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 년 전
No account linked to committer's email address
1개의 변경된 파일과
1개의 추가작업 그리고
1개의 파일을 삭제
-
apache/mod_geoip.sls
|
|
@@ -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: |