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    = '',
     
     ) {