fix(pkg.sls): fix salt-lint errors

```bash
Examining nginx/pkg.sls of type state
[201] Trailing whitespace
nginx/pkg.sls:149
    - gpgcheck: 0
```
This commit is contained in:
Imran Iqbal 2019-10-09 14:43:08 +01:00
parent 0772d8a8d0
commit 06d055e220
No known key found for this signature in database
GPG Key ID: 6D8629439D2B7819

View File

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