recommit for updates in build 161
This commit is contained in:
@@ -187,7 +187,7 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
|
|||||||
<span class='type'>(<tt>string</tt>)</span>
|
<span class='type'>(<tt>string</tt>)</span>
|
||||||
|
|
||||||
|
|
||||||
<em class="default">(defaults to: <tt>[]</tt>)</em>
|
<em class="default">(defaults to: <tt>''</tt>)</em>
|
||||||
|
|
||||||
|
|
||||||
—
|
—
|
||||||
@@ -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>[]</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>[]</tt>)</em>
|
<em class="default">(defaults to: <tt>''</tt>)</em>
|
||||||
|
|
||||||
|
|
||||||
—
|
—
|
||||||
@@ -329,7 +329,7 @@ instance configuration.</p>
|
|||||||
<span class='type'>(<tt>Any</tt>)</span>
|
<span class='type'>(<tt>Any</tt>)</span>
|
||||||
|
|
||||||
|
|
||||||
<em class="default">(defaults to: <tt>[]</tt>)</em>
|
<em class="default">(defaults to: <tt>''</tt>)</em>
|
||||||
|
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
@@ -342,7 +342,7 @@ instance configuration.</p>
|
|||||||
<span class='type'>(<tt>Any</tt>)</span>
|
<span class='type'>(<tt>Any</tt>)</span>
|
||||||
|
|
||||||
|
|
||||||
<em class="default">(defaults to: <tt>[]</tt>)</em>
|
<em class="default">(defaults to: <tt>''</tt>)</em>
|
||||||
|
|
||||||
|
|
||||||
</li>
|
</li>
|
||||||
@@ -438,15 +438,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