recommit for updates in build 59

This commit is contained in:
Jenkins ConfDroid
2019-01-07 20:30:29 +01:00
parent 3d7e0b7887
commit a5769ea9d1
3 changed files with 16 additions and 19 deletions

View File

@@ -8,6 +8,16 @@ Changelog of Git Changelog.
<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>
<p>
<h3>recommit for updates in build 57</h3>

View File

@@ -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 =&gt; [&#39;too_fast fe_sess_rate ge 10&#39;,
&#39;network_allowed src 0.0.0.0/0&#39;],
backend_name =&gt; &#39;test01-backend&#39;,
be_server_name =&gt; [&#39;web01&#39;, &#39;web02&#39;],
be_server_value =&gt; [&#39;web01.confdroid.com:80&#39;,&#39;web02.confdroid.com:80&#39;],
be_server_name =&gt; [&#39;web01 web01.confdroid.com:80 check&#39;,
&#39;web02 web02.confdroid.com:80 check&#39;],
}
}</pre>
</td>

View File

@@ -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 = &#39;030&#39;,
$fe_maxconn = undef,
$be_server_name = undef,
$be_server_value = undef,
) {