recommit for updates in build 260
This commit is contained in:
@@ -470,6 +470,32 @@ instance configuration.</p>
|
|||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
|
||||||
|
<span class='name'>be_http_request</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class='type'>(<tt>Any</tt>)</span>
|
||||||
|
|
||||||
|
|
||||||
|
<em class="default">(defaults to: <tt>''</tt>)</em>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
|
||||||
|
<span class='name'>be_acl_rule</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class='type'>(<tt>Any</tt>)</span>
|
||||||
|
|
||||||
|
|
||||||
|
<em class="default">(defaults to: <tt>''</tt>)</em>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
@@ -544,7 +570,9 @@ instance configuration.</p>
|
|||||||
84
|
84
|
||||||
85
|
85
|
||||||
86
|
86
|
||||||
87</pre>
|
87
|
||||||
|
88
|
||||||
|
89</pre>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<pre class="code"><span class="info file"># File 'manifests/server/proxy.pp', line 24</span>
|
<pre class="code"><span class="info file"># File 'manifests/server/proxy.pp', line 24</span>
|
||||||
@@ -574,6 +602,8 @@ define cd_haproxy::server::proxy (
|
|||||||
$be_stick_table = '',
|
$be_stick_table = '',
|
||||||
$be_stick_on = '',
|
$be_stick_on = '',
|
||||||
$be_http_check = '',
|
$be_http_check = '',
|
||||||
|
$be_http_request = '',
|
||||||
|
$be_acl_rule = '',
|
||||||
|
|
||||||
) {
|
) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user