mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-27 15:33:06 +00:00
7 lines
115 B
Django/Jinja
7 lines
115 B
Django/Jinja
# journald configure.
|
|
|
|
{% if rhel9cis_rule_4_2_2_3 %}
|
|
# CIS 4.2.2.3/4
|
|
Compress=yes
|
|
Storage=persistent
|
|
{% endif %}
|