chore 📦: Remove commented-out code in fail2ban.yml #48
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This commit removes unnecessary commented-out code from the fail2ban.yml file to clean up and simplify the configuration.
Review Summary
@@ -97,4 +97,3 @@# {% if pmxcfs_running.stat.exists %} {{ corosync_networks | join(' ') }}{% endif %}################################################## SSH[Lines 94-99] [Score: 3] The removal of the conditional comment related to Corosync Networks may lead to incorrect configuration if the system runs in a clustered environment with Corosync. It is recommended to either revert this change or add the missing logic for PMXCFS_RUNNING.stat.exists condition when necessary.