From d5d7537176b999296b51adbd56b6edf532b2f482 Mon Sep 17 00:00:00 2001 From: Jenkins ConfDroid Date: Sun, 23 Jul 2023 15:26:10 +0200 Subject: [PATCH] recommit for updates in build 41 --- .scannerwork/report-task.txt | 4 +-- .../cd_fail2ban_3A_3Aparams.html | 32 ++++++++++++------- 2 files changed, 23 insertions(+), 13 deletions(-) diff --git a/.scannerwork/report-task.txt b/.scannerwork/report-task.txt index 43e218d..40c9eb9 100644 --- a/.scannerwork/report-task.txt +++ b/.scannerwork/report-task.txt @@ -2,5 +2,5 @@ projectKey=cd_fail2ban serverUrl=http://sonarqube.confdroid.com serverVersion=7.9.1.27448 dashboardUrl=http://sonarqube.confdroid.com/dashboard?id=cd_fail2ban -ceTaskId=AYmC5-uTdm2UQfgpbgsO -ceTaskUrl=http://sonarqube.confdroid.com/api/ce/task?id=AYmC5-uTdm2UQfgpbgsO +ceTaskId=AYmC7cJSdm2UQfgpbgsP +ceTaskUrl=http://sonarqube.confdroid.com/api/ce/task?id=AYmC7cJSdm2UQfgpbgsP diff --git a/doc/puppet_classes/cd_fail2ban_3A_3Aparams.html b/doc/puppet_classes/cd_fail2ban_3A_3Aparams.html index 09a60e9..9a2f4be 100644 --- a/doc/puppet_classes/cd_fail2ban_3A_3Aparams.html +++ b/doc/puppet_classes/cd_fail2ban_3A_3Aparams.html @@ -891,6 +891,24 @@ log lines.

Specify the URL for the extra repo for additiional required packages, which are not in the regular repos.

+
+ + + +
  • + + fn_jail_paths + + + (string) + + + (defaults to: 'fedora') + + + — +
    +

    the fail path. defaults to fedora.

  • @@ -906,7 +924,6 @@ are not in the regular repos.

     
     
    -124
     125
     126
     127
    @@ -998,13 +1015,10 @@ are not in the regular repos.

    213 214 215 -216 -217 -218 -219
    +216 -
    # File 'manifests/params.pp', line 124
    +        
    # File 'manifests/params.pp', line 125
     
     class cd_fail2ban::params (
     
    @@ -1062,14 +1076,10 @@ $fn_action_blocklist_de     = 'blocklist_de[email="%(sender)s", se
     $fn_action_badips           = 'badips.py[category="%(__name__)s", banaction="%(banaction)s", agent="%(fail2ban_agent)s"]',
     $fn_action_badips_report    = 'badips[category="%(__name__)s", agent="%(fail2ban_agent)s"]',
     $fn_default_action          = 'action_',
    -
    +$fn_jail_paths              = 'fedora'
     
     ) {
     
    -$fn_jail_paths    = $::operatingsystem ? {
    -    /(?i-mx:centos|fedora|rocky|redhat)/ => 'fedora',
    -  }
    -
     # shortcuts
     $fn_os                  = $::operatingsystem