recommit for updates in build 199
This commit is contained in:
@@ -405,6 +405,19 @@ instance configuration.</p>
|
|||||||
|
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
<li>
|
||||||
|
|
||||||
|
<span class='name'>fe_req_add</span>
|
||||||
|
|
||||||
|
|
||||||
|
<span class='type'>(<tt>Any</tt>)</span>
|
||||||
|
|
||||||
|
|
||||||
|
<em class="default">(defaults to: <tt>''</tt>)</em>
|
||||||
|
|
||||||
|
|
||||||
|
</li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
@@ -470,7 +483,9 @@ instance configuration.</p>
|
|||||||
75
|
75
|
||||||
76
|
76
|
||||||
77
|
77
|
||||||
78</pre>
|
78
|
||||||
|
79
|
||||||
|
80</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>
|
||||||
@@ -495,6 +510,7 @@ define cd_haproxy::server::proxy (
|
|||||||
$default_backend = '',
|
$default_backend = '',
|
||||||
$be_option = '',
|
$be_option = '',
|
||||||
$fe_tcp_request = '',
|
$fe_tcp_request = '',
|
||||||
|
$fe_req_add = '',
|
||||||
|
|
||||||
) {
|
) {
|
||||||
|
|
||||||
@@ -514,6 +530,7 @@ define cd_haproxy::server::proxy (
|
|||||||
$be_option_array = split($be_option, ';')
|
$be_option_array = split($be_option, ';')
|
||||||
$fe_tcp_request_array = split($fe_tcp_request, ';')
|
$fe_tcp_request_array = split($fe_tcp_request, ';')
|
||||||
$fe_option_array = split($fe_option, ';')
|
$fe_option_array = split($fe_option, ';')
|
||||||
|
$fe_req_add_array = split($fe_req_add, ';')
|
||||||
|
|
||||||
# create frontend section
|
# create frontend section
|
||||||
concat::fragment { "frontend_${name}":
|
concat::fragment { "frontend_${name}":
|
||||||
|
|||||||
Reference in New Issue
Block a user