From 3b93167c07ee4b04040b47505b92828c17b832f4 Mon Sep 17 00:00:00 2001
From: Liz Rice <liz@lizrice.com>
Date: Thu, 22 Jun 2017 16:02:36 +0100
Subject: [PATCH] And now correct the flag and put it in the right place

---
 cfg/master.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cfg/master.yaml b/cfg/master.yaml
index 774c1fc..179b43a 100644
--- a/cfg/master.yaml
+++ b/cfg/master.yaml
@@ -63,8 +63,8 @@ groups:
       text: "Ensure that the --kubelet-https argument is set to true (Scored)"
       audit: "ps -ef | grep kube-apiserver | grep -v grep"
       tests: 
+        bin_op: or
         test_items:
-        - bin_flag: or
         - flag: "--kubelet-https"
           compare:
             op: eq
-- 
GitLab