add httpd-tools to haproxy

This commit is contained in:
Arne Teuke
2025-02-22 13:12:45 +01:00
parent ec67d90556
commit 500770cdcf
2 changed files with 2 additions and 2 deletions

View File

@@ -13,6 +13,6 @@ class cd_haproxy::main::config (
if $hy_manage_fail2ban == true {
include cd_haproxy::monitoring::fail2ban
}
}

View File

@@ -11,7 +11,7 @@ class cd_haproxy::monitoring::fail2ban (
require cd_fail2ban
# configure filter
file { '/etc/fail2ban/filter.d/haproxy.conf':
ensure => file,
owner => 'root',