edit proxy
This commit is contained in:
@@ -43,15 +43,15 @@ define cd_haproxy::server::proxy (
|
|||||||
$haproxy_fqdn = undef,
|
$haproxy_fqdn = undef,
|
||||||
$frontend_name = undef,
|
$frontend_name = undef,
|
||||||
$frontend_mode = undef,
|
$frontend_mode = undef,
|
||||||
$fe_use_backend = '',
|
$fe_use_backend = [],
|
||||||
$fe_bind_mode = undef,
|
$fe_bind_mode = undef,
|
||||||
$frontend_order = '010',
|
$frontend_order = '010',
|
||||||
$acl_rule_front = '',
|
$acl_rule_front = [],
|
||||||
$acl_rule_back = '',
|
$acl_rule_back = [],
|
||||||
$backend_name = '',
|
$backend_name = [],
|
||||||
$backend_order = '030',
|
$backend_order = '030',
|
||||||
$fe_maxconn = '',
|
$fe_maxconn = '',
|
||||||
$be_server_name = '',
|
$be_server_name = [],
|
||||||
$be_balance = '',
|
$be_balance = '',
|
||||||
$be_mode = '',
|
$be_mode = '',
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user