lelutin / puppet-fail2ban

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

Review service restart / reload #64

Open lelutin opened 11 months ago

lelutin commented 11 months ago

Currently when configuration files are changed, a notification is sent to the service. This probably causes a full service restart for fail2ban.

Some changes to configuration can be reloaded without restarting the service, e.g. with fail2ban-client reload.

We should run some tests to make the service reload upon config changes instead of doing a full restart