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

-

+

+ +
+

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:

+
+

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',