From 06d055e220338f3795f99d3915236d721805ef78 Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Wed, 9 Oct 2019 14:43:08 +0100 Subject: [PATCH] fix(pkg.sls): fix `salt-lint` errors ```bash Examining nginx/pkg.sls of type state [201] Trailing whitespace nginx/pkg.sls:149 - gpgcheck: 0 ``` --- nginx/pkg.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/pkg.sls b/nginx/pkg.sls index 280c8be..11d91ec 100644 --- a/nginx/pkg.sls +++ b/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