recommit for updates in build 159
This commit is contained in:
@@ -256,7 +256,7 @@ correct lb instance configuration.</p>
|
|||||||
<span class='type'>(<tt>string</tt>)</span>
|
<span class='type'>(<tt>string</tt>)</span>
|
||||||
|
|
||||||
|
|
||||||
<em class="default">(defaults to: <tt>undef</tt>)</em>
|
<em class="default">(defaults to: <tt>''</tt>)</em>
|
||||||
|
|
||||||
|
|
||||||
—
|
—
|
||||||
@@ -311,7 +311,7 @@ instance configuration.</p>
|
|||||||
<span class='type'>(<tt>string</tt>)</span>
|
<span class='type'>(<tt>string</tt>)</span>
|
||||||
|
|
||||||
|
|
||||||
<em class="default">(defaults to: <tt>undef</tt>)</em>
|
<em class="default">(defaults to: <tt>''</tt>)</em>
|
||||||
|
|
||||||
|
|
||||||
—
|
—
|
||||||
@@ -421,7 +421,14 @@ instance configuration.</p>
|
|||||||
75
|
75
|
||||||
76
|
76
|
||||||
77
|
77
|
||||||
78</pre>
|
78
|
||||||
|
79
|
||||||
|
80
|
||||||
|
81
|
||||||
|
82
|
||||||
|
83
|
||||||
|
84
|
||||||
|
85</pre>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<pre class="code"><span class="info file"># File 'manifests/server/proxy.pp', line 41</span>
|
<pre class="code"><span class="info file"># File 'manifests/server/proxy.pp', line 41</span>
|
||||||
@@ -436,10 +443,10 @@ $fe_bind_mode = undef,
|
|||||||
$frontend_order = '010',
|
$frontend_order = '010',
|
||||||
$acl_rule_front = '',
|
$acl_rule_front = '',
|
||||||
$acl_rule_back = '',
|
$acl_rule_back = '',
|
||||||
$backend_name = undef,
|
$backend_name = '',
|
||||||
$backend_order = '030',
|
$backend_order = '030',
|
||||||
$fe_maxconn = '',
|
$fe_maxconn = '',
|
||||||
$be_server_name = undef,
|
$be_server_name = '',
|
||||||
$be_balance = '',
|
$be_balance = '',
|
||||||
$be_mode = '',
|
$be_mode = '',
|
||||||
|
|
||||||
@@ -450,6 +457,13 @@ $hy_frontendrule = 'cd_haproxy/haproxy_frontend_rule.erb'
|
|||||||
$hy_backendrule = 'cd_haproxy/haproxy_backend_rule.erb'
|
$hy_backendrule = 'cd_haproxy/haproxy_backend_rule.erb'
|
||||||
$hy_acl_rule = 'cd_haproxy/haproxy_acl_rule.erb'
|
$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, '|')
|
||||||
|
$backend_name_array = split($backend_name, '|')
|
||||||
|
$be_server_name_array = split($be_server_name, '|')
|
||||||
|
|
||||||
# create frontend section
|
# create frontend section
|
||||||
concat::fragment { "frontend_${name}":
|
concat::fragment { "frontend_${name}":
|
||||||
target => $hy_main_config,
|
target => $hy_main_config,
|
||||||
|
|||||||
Reference in New Issue
Block a user