update template

This commit is contained in:
Arne Teuke
2025-01-28 23:54:12 +01:00
parent 05b2527131
commit 75cc0a0fcf
3 changed files with 7 additions and 1 deletions

View File

@@ -55,6 +55,7 @@ define cd_haproxy::server::proxy (
$be_balance = '',
$be_mode = '',
$default_backend = '',
$be_option = '',
) {
@@ -70,6 +71,7 @@ define cd_haproxy::server::proxy (
$fe_use_backend_array = split($fe_use_backend,';')
$backend_name_array = split($backend_name, ';')
$be_server_name_array = split($be_server_name, ';')
$be_option_array = split($be_option, ';')
# create frontend section
concat::fragment { "frontend_${name}":