update head template

This commit is contained in:
Arne Teuke
2025-02-12 11:45:09 +01:00
parent 9aa0ff0451
commit 4316a4dad7
3 changed files with 19 additions and 14 deletions

View File

@@ -44,7 +44,6 @@ define cd_haproxy::server::proxy (
$fe_http_request = '',
$backend_configs = [],
) {
$hy_main_config = '/etc/haproxy/haproxy.cfg'
@@ -79,12 +78,7 @@ define cd_haproxy::server::proxy (
'order' => $backend_order,
})
# open sepcific firewall ports
# # create backend section
# concat::fragment { "backend_${name}":
# target => $hy_main_config,
# content => template($hy_backendrule),
# order => $backend_order,
# }
}