OP#669 initial commit with new autolayout

This commit is contained in:
2026-09-05 11:38:16 +02:00
parent 257ab516f3
commit 44660e2b9e
38 changed files with 146 additions and 5560 deletions

View File

@@ -1,10 +1,10 @@
# Module name: haproxy_cd
# Module name: confdroid_haproxy
# Author: Arne Teuke (arne_teuke@confdroid.com)
# @summary Class manages fail2ban settings
##############################################################################
class haproxy_cd::monitoring::fail2ban (
class confdroid_haproxy::monitoring::fail2ban (
) inherits haproxy_cd::params {
) inherits confdroid_haproxy::params {
if $hy_manage_fail2ban == true {
require confdroid_fail2ban # (external module)
@@ -19,7 +19,7 @@ class haproxy_cd::monitoring::fail2ban (
selrole => object_r,
seltype => etc_t,
seluser => system_u,
content => template('haproxy_cd/fail2ban/f2b_haproxy.conf.erb'),
content => template('confdroid_haproxy/fail2ban/f2b_haproxy.conf.erb'),
notify => Service['fail2ban'],
}
@@ -32,7 +32,7 @@ class haproxy_cd::monitoring::fail2ban (
selrole => object_r,
seltype => etc_t,
seluser => system_u,
content => template('haproxy_cd/fail2ban/010_jail.d_haproxy.conf.erb'),
content => template('confdroid_haproxy/fail2ban/010_jail.d_haproxy.conf.erb'),
notify => Service['fail2ban'],
}
}