When i add a jail via puppet:
class profile::base::fail2ban() { . . . fail2ban::jail { 'sshd': banaction => 'iptables-multiport', port => 'ssh', backend => 'auto', } }
it won't be active right after deploying the machine.
I need to reload fail2ban manually to activate the jail.
When i add a jail via puppet:
class profile::base::fail2ban() { . . . fail2ban::jail { 'sshd': banaction => 'iptables-multiport', port => 'ssh', backend => 'auto', } }
it won't be active right after deploying the machine. I need to reload fail2ban manually to activate the jail.Would get fixed with: https://github.com/calmenergy/calmenergy-fail2ban/pull/9
regards, bmack