From f795f23e2545857789d66e111a9435f427ccb2e3 Mon Sep 17 00:00:00 2001 From: Jenkins ConfDroid Date: Sat, 22 Feb 2025 14:22:36 +0100 Subject: [PATCH] recommit for updates in build 260 --- .../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 c3fe7bf..45d197b 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 @@ -470,6 +470,32 @@ instance configuration.

+
  • + + be_http_request + + + (Any) + + + (defaults to: '') + + +
  • + +
  • + + be_acl_rule + + + (Any) + + + (defaults to: '') + + +
  • + @@ -544,7 +570,9 @@ instance configuration.

    84 85 86 -87 +87 +88 +89
    # File 'manifests/server/proxy.pp', line 24
    @@ -574,6 +602,8 @@ define cd_haproxy::server::proxy (
       $be_stick_table   = '',
       $be_stick_on      = '',
       $be_http_check    = '',
    +  $be_http_request  = '',
    +  $be_acl_rule      = '',
     
     ) {