From 3441894ab4392a3619e68c6beb35cdce9bc69a81 Mon Sep 17 00:00:00 2001 From: Mark Bolwell Date: Thu, 20 Feb 2025 11:55:59 +0000 Subject: [PATCH] Lint update Signed-off-by: Mark Bolwell --- defaults/main.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/defaults/main.yml b/defaults/main.yml index 546e0e7..f5c38b1 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -1211,7 +1211,7 @@ rhel9cis_remote_log_queuesize: 1000 ## Control 6.2.3.8 rsyslog rotate # This variable configures whether to set your own rsyslog logrotate setting alternate to logrotate default settings -#Please refer to logrotate options to match your site requirements +# Please refer to logrotate options to match your site requirements # This sets when to rotate rhel9cis_rsyslog_logrotate_rotated_when: weekly # This sets how many rotations of the file to keep @@ -1227,7 +1227,7 @@ rhel9cis_rsyslog_logrotate_notifempty: true rhel9cis_rsyslog_logrotate_create: true # Extra options that can be added according to rsyslog documentation # Uncomment and add the required options e.g. mode owner group -#rhel9cis_rsyslog_logrotate_create_opts: +# rhel9cis_rsyslog_logrotate_create_opts: ## Control 6.3.2.1 - Ensure audit_backlog_limit is sufficient # This variable represents the audit backlog limit, i.e., the maximum number of audit records that the @@ -1326,7 +1326,6 @@ rhel9cis_suid_sgid_adjust: false # Allow ansible to adjust world-writable files. False will just display world-writable files, True will remove world-writable. rhel9cis_no_world_write_adjust: true - ## Control 7.2.9 # This allows ansible to alter the dot files as per rule if found # When set to true this will align with benchmark - can impact a running system if not tested sufficiently