From 903f232dc13ad83d9b54bf3752d0509b777b6f5f Mon Sep 17 00:00:00 2001
From: Liz Rice <liz@lizrice.com>
Date: Thu, 22 Jun 2017 15:46:47 +0100
Subject: [PATCH] Correct bad yaml indentation

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

diff --git a/cfg/master.yaml b/cfg/master.yaml
index c21a8f8..774c1fc 100644
--- a/cfg/master.yaml
+++ b/cfg/master.yaml
@@ -59,12 +59,12 @@ groups:
               the --insecure-allow-any-token argument from the KUBE_API_ARGS parameter."
       scored: true
 
-   - id: 1.1.5
+    - id: 1.1.5
       text: "Ensure that the --kubelet-https argument is set to true (Scored)"
       audit: "ps -ef | grep kube-apiserver | grep -v grep"
       tests: 
         test_items:
-        bin_flag: or
+        - bin_flag: or
         - flag: "--kubelet-https"
           compare:
             op: eq
-- 
GitLab