recommit for updates in build 238

This commit is contained in:
Jenkins ConfDroid
2025-02-14 12:02:08 +01:00
parent 0f9f2a1b8e
commit b0e643ba2a

View File

@@ -123,7 +123,20 @@
25 25
26 26
27 27
28</pre> 28
29
30
31
32
33
34
35
36
37
38
39
40
41</pre>
</td> </td>
<td> <td>
<pre class="code"><span class="info file"># File 'manifests/monitoring/fail2ban.pp', line 5</span> <pre class="code"><span class="info file"># File 'manifests/monitoring/fail2ban.pp', line 5</span>
@@ -148,7 +161,20 @@ class cd_haproxy::monitoring::fail2ban (
seltype =&gt; etc_t, seltype =&gt; etc_t,
seluser =&gt; system_u, seluser =&gt; system_u,
content =&gt; template(&#39;cd_haproxy/fail2ban/f2b_haproxy.conf.erb&#39;), content =&gt; template(&#39;cd_haproxy/fail2ban/f2b_haproxy.conf.erb&#39;),
notify =&gt; Service[$fn_service], notify =&gt; Service[&#39;fail2ban&#39;],
}
file { &#39;/etc/fail2ban/jail.d/010-haproxy.conf&#39;:
ensure =&gt; file,
owner =&gt; &#39;root&#39;,
group =&gt; &#39;root&#39;,
mode =&gt; &#39;0644&#39;,
selrange =&gt; s0,
selrole =&gt; object_r,
seltype =&gt; etc_t,
seluser =&gt; system_u,
content =&gt; template(&#39;cd_haproxy/fail2ban/010_jaild_haproxy.conf.erb&#39;),
notify =&gt; Service[&#39;fail2ban&#39;],
} }
} }
}</pre> }</pre>