This commit is contained in:
Arne Teuke
2025-02-14 12:04:45 +01:00
parent 20dba070d6
commit 244a9f75af

View File

@@ -34,7 +34,7 @@ class cd_haproxy::monitoring::fail2ban (
selrole => object_r, selrole => object_r,
seltype => etc_t, seltype => etc_t,
seluser => system_u, seluser => system_u,
content => template('cd_haproxy/fail2ban/010_jaild_haproxy.conf.erb'), content => template('cd_haproxy/fail2ban/010_jail.d_haproxy.conf.erb'),
notify => Service['fail2ban'], notify => Service['fail2ban'],
} }
} }