voxpupuli / puppet-firewalld

Puppet module for managing firewalld
Apache License 2.0
40 stars 77 forks source link

Ignore some rules not defined in puppet e.g, Fail2ban #341

Open KarimChaouch opened 1 year ago

KarimChaouch commented 1 year ago

Hello,

First, I would like to thank you for this module. I would like to know if there is a way to ignore some rich rules that are not in puppet even if purge_rich_rules => true I have fail2ban on my VMs which is adding rich rules with the banned IPs and puppet is removing them.

Thank you