Added heavy test

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell
2023-09-15 14:00:15 +01:00
parent efc0f4967a
commit f67b20c198
2 changed files with 6 additions and 2 deletions
+3 -1
View File
@@ -1,4 +1,5 @@
{{ if .Vars.rhel9cis_rule_6_2_10 }}
{{ if .Vars.run_heavy_tests }}
{{ if .Vars.rhel9cis_rule_6_2_10 }}
command:
home_dirs_exist:
title: 6.2.10 | Ensure all users' home directories exist
@@ -16,4 +17,5 @@ command:
CISv8_IG1: true
CISv8_IG2: true
CISv8_IG3: true
{{ end }}
{{ end }}
+3 -1
View File
@@ -1,4 +1,5 @@
{{ if .Vars.rhel9cis_rule_6_2_11 }}
{{ if .Vars.run_heavy_tests }}
{{ if .Vars.rhel9cis_rule_6_2_11 }}
command:
home_dirs_owned:
title: 6.2.11 | Ensure users own their home directories
@@ -16,4 +17,5 @@ command:
CISv8_IG1: true
CISv8_IG2: true
CISv8_IG3: true
{{ end }}
{{ end }}