added controls for main conf/local files

This commit is contained in:
Arne Teuke
2017-08-03 15:29:17 +01:00
parent fdf29a4e38
commit 202c50762d
8 changed files with 199 additions and 14 deletions

View File

@@ -0,0 +1,16 @@
################################################################################
########## fail2ban.local managed by Puppet ##########
########## manual changes will be overwritten !!! ##########
################################################################################
########## full reference available under ##########
########## https://confdroid.com/2017/08/fail2ban-fail2ban-conf/ ##########
################################################################################
[Definition]
loglevel = <%= @fn_loglevel %>
logtarget = <%= @fn_logtarget %>
syslogsocket = <%= @fn_syslogsocket %>
socket = <%= @fn_socket %>
pidfile = <%= @fn_pidfile %>
dbfile = <%= @fn_dbfile %>
dbpurgeage = <%= @fn_dbpurgeage %>