add tail
This commit is contained in:
@@ -49,6 +49,7 @@ define cd_haproxy::server::proxy (
|
||||
$hy_acl_rule = 'cd_haproxy/haproxy_acl_rule.erb'
|
||||
|
||||
|
||||
|
||||
# Ensure acl_rule_front and acl_rule_back are arrays
|
||||
$acl_rule_front_array = split($acl_rule_front, ';')
|
||||
$acl_rule_back_array = split($acl_rule_back, ';')
|
||||
@@ -71,4 +72,5 @@ define cd_haproxy::server::proxy (
|
||||
content => template($hy_backendrule),
|
||||
order => $backend_order,
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user