lelutin / puppet-fail2ban

Manage fail2ban and its jails with puppet
GNU General Public License v3.0
8 stars 31 forks source link

Add unbanaction #55

Closed ChaouchKarim closed 2 years ago

lelutin commented 2 years ago

Hi there, thanks for contributing, I love it when folks send things here :)

I've tried to find a reference to the option unbanaction and I can't find anything about it. e.g.:

https://manpages.debian.org/bullseye/fail2ban/jail.conf.5.en.html

This mentions how one can define actionunban, but within a file in actions.d/. In the jail.conf file it is so far my comprehension that we rather configure by file name which action is used and the unban action is defined within that action configuration file.

But did you find any reference to using unbanaction within jail.conf ?