recommit for updates in build 42
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>'http://repo.okay.com.mx/centos/latest/x86_64/release/okay-release-1-3.el8.noarch.rpm'</tt>)</em>
|
||||
|
||||
|
||||
—
|
||||
<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 = ['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',
|
||||
|
||||
) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user