recommit for updates in build 199

This commit is contained in:
Jenkins ConfDroid
2025-02-07 16:19:41 +01:00
parent 3a18e1918f
commit cb583c8614

View File

@@ -405,6 +405,19 @@ instance configuration.</p>
</li>
<li>
<span class='name'>fe_req_add</span>
<span class='type'>(<tt>Any</tt>)</span>
<em class="default">(defaults to: <tt>&#39;&#39;</tt>)</em>
</li>
</ul>
@@ -470,7 +483,9 @@ instance configuration.</p>
75
76
77
78</pre>
78
79
80</pre>
</td>
<td>
<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 = &#39;&#39;,
$be_option = &#39;&#39;,
$fe_tcp_request = &#39;&#39;,
$fe_req_add = &#39;&#39;,
) {
@@ -514,6 +530,7 @@ define cd_haproxy::server::proxy (
$be_option_array = split($be_option, &#39;;&#39;)
$fe_tcp_request_array = split($fe_tcp_request, &#39;;&#39;)
$fe_option_array = split($fe_option, &#39;;&#39;)
$fe_req_add_array = split($fe_req_add, &#39;;&#39;)
# create frontend section
concat::fragment { &quot;frontend_${name}&quot;: