From d74423b0d50a540332a9bcf323ddca85653b8974 Mon Sep 17 00:00:00 2001
From: Jenkins ConfDroid
Date: Wed, 12 Feb 2025 14:35:02 +0100
Subject: [PATCH] recommit for updates in build 222
---
.../cd_haproxy_3A_3Aserver_3A_3Aproxy.html | 32 ++++++++++++++++++-
1 file changed, 31 insertions(+), 1 deletion(-)
diff --git a/doc/puppet_defined_types/cd_haproxy_3A_3Aserver_3A_3Aproxy.html b/doc/puppet_defined_types/cd_haproxy_3A_3Aserver_3A_3Aproxy.html
index 0f7736b..5cb6c01 100644
--- a/doc/puppet_defined_types/cd_haproxy_3A_3Aserver_3A_3Aproxy.html
+++ b/doc/puppet_defined_types/cd_haproxy_3A_3Aserver_3A_3Aproxy.html
@@ -431,6 +431,32 @@ instance configuration.
+
+
+ be_stick_table
+
+
+ (Any)
+
+
+ (defaults to: '')
+
+
+
+
+
+
+ be_stick_on
+
+
+ (Any)
+
+
+ (defaults to: '')
+
+
+
+
@@ -502,7 +528,9 @@ instance configuration.
81
82
83
-84
+84
+85
+86
# File 'manifests/server/proxy.pp', line 24
@@ -529,6 +557,8 @@ define cd_haproxy::server::proxy (
$fe_tcp_request = '',
$fe_http_request = '',
$backend_configs = [],
+ $be_stick_table = '',
+ $be_stick_on = '',
) {
|