recommit for updates in build 177
This commit is contained in:
@@ -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>''</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 = '',
|
||||
$default_backend = '',
|
||||
$be_option = '',
|
||||
$fe_tcp_request = '',
|
||||
|
||||
) {
|
||||
|
||||
@@ -497,6 +493,7 @@ define cd_haproxy::server::proxy (
|
||||
$backend_name_array = split($backend_name, ';')
|
||||
$be_server_name_array = split($be_server_name, ';')
|
||||
$be_option_array = split($be_option, ';')
|
||||
$fe_tcp_request_array = split($fe_tcp_request, ';')
|
||||
|
||||
# create frontend section
|
||||
concat::fragment { "frontend_${name}":
|
||||
|
||||
Reference in New Issue
Block a user