rearranged_folders

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell
2023-01-18 11:14:30 +00:00
parent 3e6088ca58
commit 2773e0fff6
29 changed files with 32 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
{{ if .Vars.rhel9cis_rule_4_1_1_1 }}
package:
audit:
title: 4.1.1.1 | Ensure auditd is installed | auditd
installed: true
meta:
server: 2
workstation: 2
CIS_ID:
- 4.1.1.1
CISv8:
- 8.2
- 8.5
CISv8_IG1: true
CISv8_IG2: true
CISv8_IG3: true
audit-libs:
title: 4.1.1.1 | Ensure auditd is installed | audit-libs
installed: true
meta:
server: 2
workstation: 2
CIS_ID:
- 4.1.1.1
CISv8:
- 8.2
- 8.5
CISv8_IG1: true
CISv8_IG2: true
CISv8_IG3: true
{{ end }}
{{ end }}