recommit for updates in build 59
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -8,6 +8,16 @@ Changelog of Git Changelog.
|
|||||||
<h2> No issue </h2>
|
<h2> No issue </h2>
|
||||||
|
|
||||||
|
|
||||||
|
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/942fb2fc0d4a722">942fb2fc0d4a722</a> Jenkins ConfDroid <i>2019-01-07 19:25:35</i>
|
||||||
|
<p>
|
||||||
|
<h3>recommit for updates in build 58</h3>
|
||||||
|
|
||||||
|
</p>
|
||||||
|
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/322afbb0413e937">322afbb0413e937</a> Arne Teuke <i>2019-01-07 19:24:55</i>
|
||||||
|
<p>
|
||||||
|
<h3>adds backend rule</h3>
|
||||||
|
|
||||||
|
</p>
|
||||||
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/0a6fcb55cd8d99f">0a6fcb55cd8d99f</a> Jenkins ConfDroid <i>2019-01-07 19:21:28</i>
|
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/0a6fcb55cd8d99f">0a6fcb55cd8d99f</a> Jenkins ConfDroid <i>2019-01-07 19:21:28</i>
|
||||||
<p>
|
<p>
|
||||||
<h3>recommit for updates in build 57</h3>
|
<h3>recommit for updates in build 57</h3>
|
||||||
|
|||||||
@@ -134,7 +134,8 @@ href="http://www.gnu.org/licenses">www.gnu.org/licenses</a>/.</p>
|
|||||||
34
|
34
|
||||||
35
|
35
|
||||||
36
|
36
|
||||||
37</pre>
|
37
|
||||||
|
38</pre>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<pre class="code"><span class="info file"># File 'manifests/server/proxy_test.pp', line 23</span>
|
<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',
|
acl_rule => ['too_fast fe_sess_rate ge 10',
|
||||||
'network_allowed src 0.0.0.0/0'],
|
'network_allowed src 0.0.0.0/0'],
|
||||||
backend_name => 'test01-backend',
|
backend_name => 'test01-backend',
|
||||||
be_server_name => ['web01', 'web02'],
|
be_server_name => ['web01 web01.confdroid.com:80 check',
|
||||||
be_server_value => ['web01.confdroid.com:80','web02.confdroid.com:80'],
|
'web02 web02.confdroid.com:80 check'],
|
||||||
|
|
||||||
}
|
}
|
||||||
}</pre>
|
}</pre>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
@@ -320,19 +320,6 @@ instance configuration.</p>
|
|||||||
|
|
||||||
</li>
|
</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>
|
</ul>
|
||||||
|
|
||||||
|
|
||||||
@@ -386,8 +373,7 @@ instance configuration.</p>
|
|||||||
80
|
80
|
||||||
81
|
81
|
||||||
82
|
82
|
||||||
83
|
83</pre>
|
||||||
84</pre>
|
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<pre class="code"><span class="info file"># File 'manifests/server/proxy.pp', line 40</span>
|
<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',
|
$backend_order = '030',
|
||||||
$fe_maxconn = undef,
|
$fe_maxconn = undef,
|
||||||
$be_server_name = undef,
|
$be_server_name = undef,
|
||||||
$be_server_value = undef,
|
|
||||||
|
|
||||||
|
|
||||||
) {
|
) {
|
||||||
|
|||||||
Reference in New Issue
Block a user