mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-25 14:43:06 +00:00
11 lines
236 B
Django/Jinja
11 lines
236 B
Django/Jinja
# File created for CIS benchmark
|
|
[Journal]
|
|
{% if rhel9cis_rule_6_2_2_3 %}
|
|
# Set compress CIS rule 6_2_2_3
|
|
Compress=yes
|
|
{% endif %}
|
|
|
|
{% if rhel9cis_rule_6_2_2_4 %}
|
|
# Set persistent storage CIS rule 6_2_2_4
|
|
Storage=persistent
|
|
{% endif %}
|