recommit for updates in build 41
This commit is contained in:
@@ -2,5 +2,5 @@ projectKey=cd_fail2ban
|
|||||||
serverUrl=http://sonarqube.confdroid.com
|
serverUrl=http://sonarqube.confdroid.com
|
||||||
serverVersion=7.9.1.27448
|
serverVersion=7.9.1.27448
|
||||||
dashboardUrl=http://sonarqube.confdroid.com/dashboard?id=cd_fail2ban
|
dashboardUrl=http://sonarqube.confdroid.com/dashboard?id=cd_fail2ban
|
||||||
ceTaskId=AYmC5-uTdm2UQfgpbgsO
|
ceTaskId=AYmC7cJSdm2UQfgpbgsP
|
||||||
ceTaskUrl=http://sonarqube.confdroid.com/api/ce/task?id=AYmC5-uTdm2UQfgpbgsO
|
ceTaskUrl=http://sonarqube.confdroid.com/api/ce/task?id=AYmC7cJSdm2UQfgpbgsP
|
||||||
|
|||||||
@@ -891,6 +891,24 @@ log lines.</p>
|
|||||||
<div class='inline'>
|
<div class='inline'>
|
||||||
<p>Specify the URL for the extra repo for additiional required packages, which
|
<p>Specify the URL for the extra repo for additiional required packages, which
|
||||||
are not in the regular repos.</p>
|
are not in the regular repos.</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
|
||||||
|
<span class='name'>fn_jail_paths</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class='type'>(<tt>string</tt>)</span>
|
||||||
|
|
||||||
|
|
||||||
|
<em class="default">(defaults to: <tt>'fedora'</tt>)</em>
|
||||||
|
|
||||||
|
|
||||||
|
—
|
||||||
|
<div class='inline'>
|
||||||
|
<p>the fail path. defaults to fedora.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
@@ -906,7 +924,6 @@ are not in the regular repos.</p>
|
|||||||
<pre class="lines">
|
<pre class="lines">
|
||||||
|
|
||||||
|
|
||||||
124
|
|
||||||
125
|
125
|
||||||
126
|
126
|
||||||
127
|
127
|
||||||
@@ -998,13 +1015,10 @@ are not in the regular repos.</p>
|
|||||||
213
|
213
|
||||||
214
|
214
|
||||||
215
|
215
|
||||||
216
|
216</pre>
|
||||||
217
|
|
||||||
218
|
|
||||||
219</pre>
|
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 124</span>
|
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 125</span>
|
||||||
|
|
||||||
class cd_fail2ban::params (
|
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 = '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_action_badips_report = 'badips[category="%(__name__)s", agent="%(fail2ban_agent)s"]',
|
||||||
$fn_default_action = 'action_',
|
$fn_default_action = 'action_',
|
||||||
|
$fn_jail_paths = 'fedora'
|
||||||
|
|
||||||
) {
|
) {
|
||||||
|
|
||||||
$fn_jail_paths = $::operatingsystem ? {
|
|
||||||
/(?i-mx:centos|fedora|rocky|redhat)/ => 'fedora',
|
|
||||||
}
|
|
||||||
|
|
||||||
# shortcuts
|
# shortcuts
|
||||||
$fn_os = $::operatingsystem
|
$fn_os = $::operatingsystem
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user