diff --git a/cfg/1.11/master.yaml b/cfg/1.11/master.yaml
index 8e5b76ed054df33d499add58aaff62c3f3d0a8f8..9d905ac6768ecbd513cf060a2db2540b55a0ba6b 100644
--- a/cfg/1.11/master.yaml
+++ b/cfg/1.11/master.yaml
@@ -1238,7 +1238,6 @@ groups:
     text: "Ensure that the --peer-cert-file and --peer-key-file arguments are
     set as appropriate (Scored)"
     audit: "ps -ef | grep $etcdbin | grep -v grep"
-    type: "manual"
     tests:
       bin_op: and
       test_items:
@@ -1257,7 +1256,6 @@ groups:
   - id: 1.5.5
     text: "Ensure that the --peer-client-cert-auth argument is set to true (Scored)"
     audit: "ps -ef | grep $etcdbin | grep -v grep"
-    type: "manual"
     tests:
       test_items:
       - flag: "--peer-client-cert-auth"
@@ -1274,7 +1272,6 @@ groups:
   - id: 1.5.6
     text: "Ensure that the --peer-auto-tls argument is not set to true (Scored)"
     audit: "ps -ef | grep $etcdbin | grep -v grep"
-    type: "manual"
     tests:
       bin_op: or
       test_items:
diff --git a/cfg/1.13/master.yaml b/cfg/1.13/master.yaml
index c730319eab3a9055b43b8b681cd377ddad2f8487..3b1bd8e0e712f1c4c6d4aa56a46e3ae7a3173e98 100644
--- a/cfg/1.13/master.yaml
+++ b/cfg/1.13/master.yaml
@@ -1299,7 +1299,6 @@ groups:
     text: "Ensure that the --peer-cert-file and --peer-key-file arguments are
     set as appropriate (Scored)"
     audit: "ps -ef | grep $etcdbin | grep -v grep"
-    type: "manual"
     tests:
       bin_op: and
       test_items:
@@ -1318,7 +1317,6 @@ groups:
   - id: 1.5.5
     text: "Ensure that the --peer-client-cert-auth argument is set to true (Scored)"
     audit: "ps -ef | grep $etcdbin | grep -v grep"
-    type: "manual"
     tests:
       test_items:
       - flag: "--peer-client-cert-auth"
@@ -1335,7 +1333,6 @@ groups:
   - id: 1.5.6
     text: "Ensure that the --peer-auto-tls argument is not set to true (Scored)"
     audit: "ps -ef | grep $etcdbin | grep -v grep"
-    type: "manual"
     tests:
       bin_op: or
       test_items: