recommit for updates in build 4

This commit is contained in:
Jenkins ConfDroid
2025-03-02 23:44:40 +01:00
parent d06a62ff74
commit 4f0559f186

View File

@@ -544,11 +544,9 @@ jail.confconf.localconf.local.d/* configuration files.</p>
<span class='name'>fn_sender</span>
<span class='type'>(<tt>String</tt>)</span>
<span class='type'>(<tt>string</tt>)</span>
<em class="default">(defaults to: <tt>&quot;fail2ban@${fqdn}&quot;</tt>)</em>
&mdash;
<div class='inline'>
@@ -974,7 +972,8 @@ log lines.</p>
189
190
191
192</pre>
192
193</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/params.pp', line 105</span>
@@ -1011,7 +1010,7 @@ class fail2ban_cd::params (
Boolean $fn_enabled = false,
String $fn_filter = &#39;%(__name__)s&#39;,
String $fn_destemail = &#39;root@localhost&#39;,
String $fn_sender = &quot;fail2ban@${fqdn}&quot;,
#String $fn_sender = &quot;fail2ban@${fqdn}&quot;,
String $fn_mta = &#39;sendmail&#39;,
String $fn_protocol = &#39;tcp&#39;,
String $fn_chain = &#39;INPUT&#39;,
@@ -1038,6 +1037,7 @@ class fail2ban_cd::params (
# shortcuts
$fqdn = $facts[&#39;networking&#39;][&#39;fqdn&#39;]
$fn_os = $facts[&#39;os&#39;]
$fn_sender = &quot;fail2ban@${fqdn}&quot;
# service
$fn_service = &#39;fail2ban&#39;