Skip to content

Commit 06d055e

Browse files
committed
fix(pkg.sls): fix salt-lint errors
```bash Examining nginx/pkg.sls of type state [201] Trailing whitespace nginx/pkg.sls:149 - gpgcheck: 0 ```
1 parent 0772d8a commit 06d055e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: nginx/pkg.sls

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ nginx_phusionpassenger_yum_repo:
146146
- humanname: nginx phusionpassenger repo
147147
- baseurl: 'https://oss-binaries.phusionpassenger.com/yum/passenger/el/$releasever/$basearch'
148148
- repo_gpgcheck: 1
149-
- gpgcheck: 0
149+
- gpgcheck: 0
150150
- gpgkey: 'https://packagecloud.io/gpg.key'
151151
- enabled: True
152152
- sslverify: 1

0 commit comments

Comments
 (0)