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 9bb3db6..8ac2b2e 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 @@ -223,8 +223,6 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses/.

(string) - (defaults to: '') - —
@@ -241,8 +239,6 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses/.

(string) - (defaults to: '020') - —
@@ -325,6 +321,32 @@ instance configuration.

+
  • + + acl_rule_front + + + (Any) + + + (defaults to: '') + + +
  • + +
  • + + acl_rule_back + + + (Any) + + + (defaults to: '') + + +
  • + @@ -372,14 +394,7 @@ instance configuration.

    74 75 76 -77 -78 -79 -80 -81 -82 -83 -84 +77
    # File 'manifests/server/proxy.pp', line 41
    @@ -392,8 +407,8 @@ $frontend_mode    = undef,
     $fe_use_backend   = '',
     $fe_bind_mode     = undef,
     $frontend_order   = '010',
    -$acl_rule         = '',
    -$acl_order        = '020',
    +$acl_rule_front   = '',
    +$acl_rule_back    = '',
     $backend_name     = undef,
     $backend_order    = '030',
     $fe_maxconn       = undef,
    @@ -414,13 +429,6 @@ $hy_acl_rule      = 'cd_haproxy/haproxy_acl_rule.erb'
         order   =>  $frontend_order,
       }
     
    -  # create acl section
    -  concat::fragment { "acl_${name}":
    -    target  =>  $hy_main_config,
    -    content =>  template($hy_acl_rule),
    -    order   =>  $acl_order,
    -  }
    -
       # create backend section
       concat::fragment { "backend_${name}":
         target  =>  $hy_main_config,