calmenergy / calmenergy-fail2ban

Puppet module to manage fail2ban
Apache License 2.0
1 stars 6 forks source link

jail not active after adding via puppet #10

Open bmack94 opened 5 years ago

bmack94 commented 5 years ago

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

bmack94 commented 5 years ago

@calmenergy will you update this module?