recommit for updates in build 59
This commit is contained in:
@@ -134,7 +134,8 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
|
||||
34
|
||||
35
|
||||
36
|
||||
37</pre>
|
||||
37
|
||||
38</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'manifests/server/proxy_test.pp', line 23</span>
|
||||
@@ -150,8 +151,9 @@ class cd_haproxy::server::proxy_test (
|
||||
acl_rule => ['too_fast fe_sess_rate ge 10',
|
||||
'network_allowed src 0.0.0.0/0'],
|
||||
backend_name => 'test01-backend',
|
||||
be_server_name => ['web01', 'web02'],
|
||||
be_server_value => ['web01.confdroid.com:80','web02.confdroid.com:80'],
|
||||
be_server_name => ['web01 web01.confdroid.com:80 check',
|
||||
'web02 web02.confdroid.com:80 check'],
|
||||
|
||||
}
|
||||
}</pre>
|
||||
</td>
|
||||
|
||||
@@ -320,19 +320,6 @@ instance configuration.</p>
|
||||
|
||||
</li>
|
||||
|
||||
<li>
|
||||
|
||||
<span class='name'>be_server_value</span>
|
||||
|
||||
|
||||
<span class='type'>(<tt>Any</tt>)</span>
|
||||
|
||||
|
||||
<em class="default">(defaults to: <tt>undef</tt>)</em>
|
||||
|
||||
|
||||
</li>
|
||||
|
||||
</ul>
|
||||
|
||||
|
||||
@@ -386,8 +373,7 @@ instance configuration.</p>
|
||||
80
|
||||
81
|
||||
82
|
||||
83
|
||||
84</pre>
|
||||
83</pre>
|
||||
</td>
|
||||
<td>
|
||||
<pre class="code"><span class="info file"># File 'manifests/server/proxy.pp', line 40</span>
|
||||
@@ -406,7 +392,6 @@ $backend_name = undef,
|
||||
$backend_order = '030',
|
||||
$fe_maxconn = undef,
|
||||
$be_server_name = undef,
|
||||
$be_server_value = undef,
|
||||
|
||||
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user