recommit for updates in build 41

This commit is contained in:
Jenkins ConfDroid
2023-07-23 15:26:10 +02:00
parent 58d2432615
commit d5d7537176
2 changed files with 23 additions and 13 deletions

View File

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

View File

@@ -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>&#39;fedora&#39;</tt>)</em>
&mdash;
<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 = &#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 = $::operatingsystem ? {
/(?i-mx:centos|fedora|rocky|redhat)/ =&gt; &#39;fedora&#39;,
}
# shortcuts
$fn_os = $::operatingsystem