From 1ad63cb4e65f6384d259d357dbe613dd0b0203ff Mon Sep 17 00:00:00 2001
From: Liz Rice <liz@lizrice.com>
Date: Tue, 20 Jun 2017 11:12:36 +0100
Subject: [PATCH] Correct a block-copy mistake in one of the test configs

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

diff --git a/cfg/master.yaml b/cfg/master.yaml
index ddd3693..db7a5cd 100644
--- a/cfg/master.yaml
+++ b/cfg/master.yaml
@@ -608,7 +608,7 @@ groups:
 
     - id: 1.4.8
       text: "Ensure that the etcd.conf file ownership is set to root:root (Scored)"
-      audit: "if test -e $etcdConfDir/kubelet; then stat -c %U:%G $etcdConfDir/etcd.conf; fi"
+      audit: "if test -e $etcdConfDir/etcd.conf; then stat -c %U:%G $etcdConfDir/etcd.conf; fi"
       tests:
         test_items:
         - flag: "root:root"
-- 
GitLab