fixed typo in disable method var

Signed-off-by: George Nalen <georgen@mindpointgroup.com>
This commit is contained in:
George Nalen 2025-12-23 08:42:28 -05:00
parent 2b7c8293b8
commit d9927f005b
No known key found for this signature in database
GPG key ID: CA43827BF7C4DEBA

View file

@ -803,7 +803,7 @@ rhel9cis_tftp_client: false
# This variable governs whether ipv6 is enabled or disabled. # This variable governs whether ipv6 is enabled or disabled.
rhel9cis_ipv6_required: true rhel9cis_ipv6_required: true
# rhel9cis_ipv6_disable defines the method of disabling IPv6, sysctl vs kernel # rhel9cis_ipv6_disable defines the method of disabling IPv6, sysctl vs kernel
rhel9cis_ipv6_disable: "sysctl" rhel9cis_ipv6_disable_method: "sysctl"
## Control 3.1.2 - Ensure wireless interfaces are disabled ## Control 3.1.2 - Ensure wireless interfaces are disabled
# if wireless adapter found allow network manager to be installed # if wireless adapter found allow network manager to be installed