From d62fd33a612fb16d4ea6f13f11bf6033185ffd98 Mon Sep 17 00:00:00 2001 From: Jenkins Server Date: Wed, 11 Mar 2026 12:57:02 +0100 Subject: [PATCH] Recommit for updates in build 3 --- doc/file.README.html | 19 ++++++++++++++++++- doc/index.html | 19 ++++++++++++++++++- .../confdroid_fail2ban_3A_3Aparams.html | 4 +--- 3 files changed, 37 insertions(+), 5 deletions(-) diff --git a/doc/file.README.html b/doc/file.README.html index fb74bb2..199c335 100644 --- a/doc/file.README.html +++ b/doc/file.README.html @@ -60,7 +60,7 @@

Readme

-

+

  • Readme

  • @@ -111,6 +111,23 @@

    manage directory structure (file system permissions, selinux context)

  • manage configuration files (file system permissions, selinux context, content based on parameters)

    +
  • +

    fail2ban.conf

    +
  • +

    fail2ban.local

    +
  • +

    jail.conf

    +
  • +

    jail.local ( overrides default settings in jail.conf)

    +
+ +
+

Every setting in .local files has a parameter in params.pp, which can be overridden in ENC based on fqdn, hostgroup etc. (recommended) or directly in params.pp. Typical parameters to override are:

+
+
  • +

    fn_destemail: the email address to be notified

    +
  • +

    fn_bantime: the the time an attacker IP is banned.

Service

diff --git a/doc/index.html b/doc/index.html index 3bf8137..baa59de 100644 --- a/doc/index.html +++ b/doc/index.html @@ -60,7 +60,7 @@

Readme

-

+

  • Readme

  • @@ -111,6 +111,23 @@

    manage directory structure (file system permissions, selinux context)

  • manage configuration files (file system permissions, selinux context, content based on parameters)

    +
  • +

    fail2ban.conf

    +
  • +

    fail2ban.local

    +
  • +

    jail.conf

    +
  • +

    jail.local ( overrides default settings in jail.conf)

    +
+ +
+

Every setting in .local files has a parameter in params.pp, which can be overridden in ENC based on fqdn, hostgroup etc. (recommended) or directly in params.pp. Typical parameters to override are:

+
+
  • +

    fn_destemail: the email address to be notified

    +
  • +

    fn_bantime: the the time an attacker IP is banned.

Service

diff --git a/doc/puppet_classes/confdroid_fail2ban_3A_3Aparams.html b/doc/puppet_classes/confdroid_fail2ban_3A_3Aparams.html index b39d88e..fd380eb 100644 --- a/doc/puppet_classes/confdroid_fail2ban_3A_3Aparams.html +++ b/doc/puppet_classes/confdroid_fail2ban_3A_3Aparams.html @@ -915,8 +915,7 @@ 188 189 190 -191 -192 +191
# File 'manifests/params.pp', line 104
@@ -953,7 +952,6 @@ class confdroid_fail2ban::params (
   Boolean $fn_enabled                 = false,
   String $fn_filter                   = '%(__name__)s',
   String $fn_destemail                = 'root@localhost',
-  #String $fn_sender                   = "fail2ban@${fqdn}",
   String $fn_mta                      = 'sendmail',
   String $fn_protocol                 = 'tcp',
   String $fn_chain                    = 'INPUT',