add stickiness options

This commit is contained in:
Arne Teuke
2025-02-12 14:34:11 +01:00
parent 57566d61d5
commit b77a536b60
2 changed files with 8 additions and 0 deletions

View File

@@ -43,6 +43,8 @@ define cd_haproxy::server::proxy (
$fe_tcp_request = '',
$fe_http_request = '',
$backend_configs = [],
$be_stick_table = '',
$be_stick_on = '',
) {