소스 검색
fix(pkg.sls): fix `salt-lint` errors
```bash
Examining nginx/pkg.sls of type state
[201] Trailing whitespace
nginx/pkg.sls:149
- gpgcheck: 0
```
tags/v2.3.1
Imran Iqbal
5 년 전
No account linked to committer's email address
1개의 변경된 파일과
1개의 추가작업 그리고
1개의 파일을 삭제
-
nginx/pkg.sls
|
|
@@ -146,7 +146,7 @@ nginx_phusionpassenger_yum_repo: |
|
|
|
- humanname: nginx phusionpassenger repo |
|
|
|
- baseurl: 'https://oss-binaries.phusionpassenger.com/yum/passenger/el/$releasever/$basearch' |
|
|
|
- repo_gpgcheck: 1 |
|
|
|
- gpgcheck: 0 |
|
|
|
- gpgcheck: 0 |
|
|
|
- gpgkey: 'https://packagecloud.io/gpg.key' |
|
|
|
- enabled: True |
|
|
|
- sslverify: 1 |