ソースを参照

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年前
コミット
06d055e220
コミッターのメールアドレスに関連付けられたアカウントが存在しません
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      nginx/pkg.sls

+ 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

読み込み中…
キャンセル
保存