edit proxy

This commit is contained in:
Arne Teuke
2025-01-28 17:36:07 +01:00
parent 645b620969
commit 0641604ce9

View File

@@ -43,15 +43,15 @@ define cd_haproxy::server::proxy (
$haproxy_fqdn = undef, $haproxy_fqdn = undef,
$frontend_name = undef, $frontend_name = undef,
$frontend_mode = undef, $frontend_mode = undef,
$fe_use_backend = '', $fe_use_backend = [],
$fe_bind_mode = undef, $fe_bind_mode = undef,
$frontend_order = '010', $frontend_order = '010',
$acl_rule_front = '', $acl_rule_front = [],
$acl_rule_back = '', $acl_rule_back = [],
$backend_name = '', $backend_name = [],
$backend_order = '030', $backend_order = '030',
$fe_maxconn = '', $fe_maxconn = '',
$be_server_name = '', $be_server_name = [],
$be_balance = '', $be_balance = '',
$be_mode = '', $be_mode = '',