From 708c4db1e25d0a9332ef317e229479f1e751de9b Mon Sep 17 00:00:00 2001 From: Jenkins ConfDroid Date: Wed, 12 Feb 2025 16:22:10 +0100 Subject: [PATCH] recommit for updates in build 228 --- .../cd_haproxy_3A_3Aserver_3A_3Aproxy.html | 17 ++++++++++++++++- 1 file changed, 16 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 5cb6c01..c3fe7bf 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 @@ -457,6 +457,19 @@ instance configuration.

+
  • + + be_http_check + + + (Any) + + + (defaults to: '') + + +
  • + @@ -530,7 +543,8 @@ instance configuration.

    83 84 85 -86 +86 +87
    # File 'manifests/server/proxy.pp', line 24
    @@ -559,6 +573,7 @@ define cd_haproxy::server::proxy (
       $backend_configs  = [],
       $be_stick_table   = '',
       $be_stick_on      = '',
    +  $be_http_check    = '',
     
     ) {