recommit for updates in build 177

This commit is contained in:
Jenkins ConfDroid
2025-01-29 23:03:29 +01:00
parent 9e2a7181c7
commit b5102635d2

View File

@@ -79,26 +79,6 @@
<p>cd_haproxy::server::proxy.pp Module name: cd_haproxy Author: Arne Teuke
(arne_teuke@ConfDroid.com)</p>
<h1 id="label-License-3A">License:</h1>
<p>This file is part of cd_haproxy.</p>
<p>cd_haproxy is used for providing automatic configuration of HAProxy
Copyright (C) 2016 ConfDroid (copyright@ConfDroid.com) This program is
free software: you can redistribute it and/or modify it under the terms of
the GNU General Public License as published by the Free Software
Foundation, either version 3 of the License, or (at your option) any later
version.</p>
<p>This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details.</p>
<p>You should have received a copy of the GNU General Public License along
with this program. If not, see <a
href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
</div>
</div>
@@ -399,6 +379,19 @@ instance configuration.</p>
</li>
<li>
<span class='name'>fe_tcp_request</span>
<span class='type'>(<tt>Any</tt>)</span>
<em class="default">(defaults to: <tt>&#39;&#39;</tt>)</em>
</li>
</ul>
@@ -410,6 +403,23 @@ instance configuration.</p>
<pre class="lines">
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
@@ -443,25 +453,10 @@ instance configuration.</p>
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89</pre>
74</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/server/proxy.pp', line 41</span>
<pre class="code"><span class="info file"># File 'manifests/server/proxy.pp', line 24</span>
define cd_haproxy::server::proxy (
@@ -481,6 +476,7 @@ define cd_haproxy::server::proxy (
$be_mode = &#39;&#39;,
$default_backend = &#39;&#39;,
$be_option = &#39;&#39;,
$fe_tcp_request = &#39;&#39;,
) {
@@ -497,6 +493,7 @@ define cd_haproxy::server::proxy (
$backend_name_array = split($backend_name, &#39;;&#39;)
$be_server_name_array = split($be_server_name, &#39;;&#39;)
$be_option_array = split($be_option, &#39;;&#39;)
$fe_tcp_request_array = split($fe_tcp_request, &#39;;&#39;)
# create frontend section
concat::fragment { &quot;frontend_${name}&quot;: