From fbbf6b37c76fd1a322725982a3745c07d130fb7b Mon Sep 17 00:00:00 2001
From: Abubakr-Sadik Nii Nai Davis <dwa2pac@gmail.com>
Date: Tue, 30 Apr 2019 16:34:19 +0000
Subject: [PATCH] Change test_items in 1.11 master.yaml check 1.5.2 to fix
 issue with check failing even when --client-cert-auth is set.

---
 cfg/1.11/master.yaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cfg/1.11/master.yaml b/cfg/1.11/master.yaml
index 0456578..f24cc61 100644
--- a/cfg/1.11/master.yaml
+++ b/cfg/1.11/master.yaml
@@ -1201,8 +1201,8 @@ groups:
       test_items:
       - flag: "--client-cert-auth"
         compare:
-          op: eq
-          value: true
+          op: noteq
+          value: false
         set: true
     remediation: |
       Edit the etcd pod specification file $etcdconf on the master
-- 
GitLab