recommit for updates in build 42

This commit is contained in:
Jenkins ConfDroid
2025-02-14 05:09:07 +01:00
parent c3955a6e31
commit 486017ec70
2 changed files with 27 additions and 45 deletions

View File

@@ -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

View File

@@ -97,23 +97,7 @@ inherited by all classes except defines.
<div class="discussion">
<p>cd_fail2ban::params.pp Module name: cd_fail2ban Author: Arne Teuke
(arne_teuke@confdroid.com) License: This file is part of cd_fail2ban.</p>
<p>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.</p>
<p>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.</p>
<p>You should have received a copy of the GNU General Public License along
with this program. If not, see <a
href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.
(arne_teuke@confdroid.com)
<code>CRITICAL</code>,<code>ERROR</code>,<code>WARNING</code>,<code>NOTICE</code>,<code>INFO</code>
and <code>DEBUG</code>.</p>
@@ -884,8 +868,6 @@ log lines.</p>
<span class='type'>(<tt>string</tt>)</span>
<em class="default">(defaults to: <tt>&#39;http://repo.okay.com.mx/centos/latest/x86_64/release/okay-release-1-3.el8.noarch.rpm&#39;</tt>)</em>
&mdash;
<div class='inline'>
@@ -924,6 +906,23 @@ are not in the regular repos.</p>
<pre class="lines">
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.</p>
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216</pre>
199</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 125</span>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 108</span>
class cd_fail2ban::params (
@@ -1028,7 +1010,7 @@ $reqpackages = [&#39;fail2ban&#39;,&#39;fail2ban-firewalld&#39;,
&#39;fail2ban-sendmail&#39;,&#39;fail2ban-server.noarch&#39;,
&#39;whois&#39;],
# urls
$fn_extra_repo_url = &#39;http://repo.okay.com.mx/centos/latest/x86_64/release/okay-release-1-3.el8.noarch.rpm&#39;,
#$fn_extra_repo_url = &#39;http://repo.okay.com.mx/centos/latest/x86_64/release/okay-release-1-3.el8.noarch.rpm&#39;,
$fn_manage_config = true,
$fn_enable_service = &#39;running&#39;,
@@ -1076,7 +1058,7 @@ $fn_action_blocklist_de = &#39;blocklist_de[email=&quot;%(sender)s&quot;, se
$fn_action_badips = &#39;badips.py[category=&quot;%(__name__)s&quot;, banaction=&quot;%(banaction)s&quot;, agent=&quot;%(fail2ban_agent)s&quot;]&#39;,
$fn_action_badips_report = &#39;badips[category=&quot;%(__name__)s&quot;, agent=&quot;%(fail2ban_agent)s&quot;]&#39;,
$fn_default_action = &#39;action_&#39;,
$fn_jail_paths = &#39;fedora&#39;
$fn_jail_paths = &#39;fedora&#39;,
) {