recommit for updates in build 41
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -891,6 +891,24 @@ log lines.</p>
|
||||
<div class='inline'>
|
||||
<p>Specify the URL for the extra repo for additiional required packages, which
|
||||
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>
|
||||
|
||||
</li>
|
||||
@@ -906,7 +924,6 @@ are not in the regular repos.</p>
|
||||
<pre class="lines">
|
||||
|
||||
|
||||
124
|
||||
125
|
||||
126
|
||||
127
|
||||
@@ -998,13 +1015,10 @@ are not in the regular repos.</p>
|
||||
213
|
||||
214
|
||||
215
|
||||
216
|
||||
217
|
||||
218
|
||||
219</pre>
|
||||
216</pre>
|
||||
</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 (
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user