Browse Source
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 years ago
No account linked to committer's email address
1 changed files with
1 additions and
1 deletions
-
nginx/pkg.sls
|
|
|
|
|
|
|
|
- humanname: nginx phusionpassenger repo |
|
|
- humanname: nginx phusionpassenger repo |
|
|
- baseurl: 'https://oss-binaries.phusionpassenger.com/yum/passenger/el/$releasever/$basearch' |
|
|
- baseurl: 'https://oss-binaries.phusionpassenger.com/yum/passenger/el/$releasever/$basearch' |
|
|
- repo_gpgcheck: 1 |
|
|
- repo_gpgcheck: 1 |
|
|
- gpgcheck: 0 |
|
|
|
|
|
|
|
|
- gpgcheck: 0 |
|
|
- gpgkey: 'https://packagecloud.io/gpg.key' |
|
|
- gpgkey: 'https://packagecloud.io/gpg.key' |
|
|
- enabled: True |
|
|
- enabled: True |
|
|
- sslverify: 1 |
|
|
- sslverify: 1 |