OP#672 add service target for haproxy

This commit is contained in:
2026-09-07 15:44:39 +02:00
parent ad2428456a
commit 541e3672b7
4 changed files with 38 additions and 0 deletions

View File

@@ -12,6 +12,10 @@ class confdroid_haproxy::main::config (
include confdroid_haproxy::monitoring::fail2ban
}
if $hy_manage_nagios == true {
include confdroid_haproxy::monitoring::target
}
if $hy_selinux_allow_stats == true {
exec { 'setsebool haproxy_connect_any on':
path => ['/bin', '/usr/bin', '/sbin', '/usr/sbin'],