recommit for updates in build 222
This commit is contained in:
@@ -431,6 +431,32 @@ instance configuration.</p>
|
|||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
|
||||||
|
<span class='name'>be_stick_table</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class='type'>(<tt>Any</tt>)</span>
|
||||||
|
|
||||||
|
|
||||||
|
<em class="default">(defaults to: <tt>''</tt>)</em>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
|
||||||
|
<span class='name'>be_stick_on</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class='type'>(<tt>Any</tt>)</span>
|
||||||
|
|
||||||
|
|
||||||
|
<em class="default">(defaults to: <tt>''</tt>)</em>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
@@ -502,7 +528,9 @@ instance configuration.</p>
|
|||||||
81
|
81
|
||||||
82
|
82
|
||||||
83
|
83
|
||||||
84</pre>
|
84
|
||||||
|
85
|
||||||
|
86</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>
|
||||||
@@ -529,6 +557,8 @@ define cd_haproxy::server::proxy (
|
|||||||
$fe_tcp_request = '',
|
$fe_tcp_request = '',
|
||||||
$fe_http_request = '',
|
$fe_http_request = '',
|
||||||
$backend_configs = [],
|
$backend_configs = [],
|
||||||
|
$be_stick_table = '',
|
||||||
|
$be_stick_on = '',
|
||||||
|
|
||||||
) {
|
) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user