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