diff --git a/.scannerwork/report-task.txt b/.scannerwork/report-task.txt index 40c9eb9..a2d80cd 100644 --- a/.scannerwork/report-task.txt +++ b/.scannerwork/report-task.txt @@ -1,6 +1,6 @@ projectKey=cd_fail2ban -serverUrl=http://sonarqube.confdroid.com -serverVersion=7.9.1.27448 -dashboardUrl=http://sonarqube.confdroid.com/dashboard?id=cd_fail2ban -ceTaskId=AYmC7cJSdm2UQfgpbgsP -ceTaskUrl=http://sonarqube.confdroid.com/api/ce/task?id=AYmC7cJSdm2UQfgpbgsP +serverUrl=https://sonarqube.confdroid.com +serverVersion=25.2.0.102705 +dashboardUrl=https://sonarqube.confdroid.com/dashboard?id=cd_fail2ban +ceTaskId=4966f575-309d-4373-bc67-1f49a24de9c4 +ceTaskUrl=https://sonarqube.confdroid.com/api/ce/task?id=4966f575-309d-4373-bc67-1f49a24de9c4 diff --git a/doc/puppet_classes/cd_fail2ban_3A_3Aparams.html b/doc/puppet_classes/cd_fail2ban_3A_3Aparams.html index 9a2f4be..f239739 100644 --- a/doc/puppet_classes/cd_fail2ban_3A_3Aparams.html +++ b/doc/puppet_classes/cd_fail2ban_3A_3Aparams.html @@ -97,23 +97,7 @@ inherited by all classes except defines.
cd_fail2ban::params.pp Module name: cd_fail2ban Author: Arne Teuke -(arne_teuke@confdroid.com) License: This file is part of cd_fail2ban.
- -cd_fail2ban is used for providing automatic configuration of Fail2Ban -Copyright (C) 2017 confdroid (copyright@confdroid.com) This program is -free software: you can redistribute it and/or modify it under the terms of -the GNU General Public License as published by the Free Software -Foundation, either version 3 of the License, or (at your option) any later -version.
- -This program is distributed in the hope that it will be useful, but -WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY -or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License -for more details.
- -You should have received a copy of the GNU General Public License along
-with this program. If not, see www.gnu.org/licenses/.
+(arne_teuke@confdroid.com)
CRITICAL,ERROR,WARNING,NOTICE,INFO
and DEBUG.
+108 +109 +110 +111 +112 +113 +114 +115 +116 +117 +118 +119 +120 +121 +122 +123 +124 125 126 127 @@ -998,27 +997,10 @@ are not in the regular repos. 196 197 198 -199 -200 -201 -202 -203 -204 -205 -206 -207 -208 -209 -210 -211 -212 -213 -214 -215 -216+199
# File 'manifests/params.pp', line 125
+ # File 'manifests/params.pp', line 108
class cd_fail2ban::params (
@@ -1028,7 +1010,7 @@ $reqpackages = ['fail2ban','fail2ban-firewalld',
'fail2ban-sendmail','fail2ban-server.noarch',
'whois'],
# urls
-$fn_extra_repo_url = 'http://repo.okay.com.mx/centos/latest/x86_64/release/okay-release-1-3.el8.noarch.rpm',
+#$fn_extra_repo_url = 'http://repo.okay.com.mx/centos/latest/x86_64/release/okay-release-1-3.el8.noarch.rpm',
$fn_manage_config = true,
$fn_enable_service = 'running',
@@ -1076,7 +1058,7 @@ $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 = 'fedora',
) {