recommit for updates in build 57

This commit is contained in:
Jenkins ConfDroid
2019-01-07 20:21:28 +01:00
parent 02507c42fd
commit 0a6fcb55cd
2 changed files with 26 additions and 1 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/a859136d6d271cc">a859136d6d271cc</a> Jenkins ConfDroid <i>2019-01-07 19:09:47</i>
<p>
<h3>recommit for updates in build 55</h3>
</p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/f125ae37dd0ddbc">f125ae37dd0ddbc</a> Arne Teuke <i>2019-01-07 19:09:08</i>
<p>
<h3>adds backend rule</h3>
</p>
<a href="https://gitlab.confdroid.com/12WW1160/git-changelog-lib/commit/d7847f62c20e1f0">d7847f62c20e1f0</a> Jenkins ConfDroid <i>2019-01-07 19:02:42</i>
<p>
<h3>recommit for updates in build 54</h3>

View File

@@ -320,6 +320,19 @@ 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>
@@ -373,7 +386,8 @@ instance configuration.</p>
80
81
82
83</pre>
83
84</pre>
</td>
<td>
<pre class="code"><span class="info file"># File 'manifests/server/proxy.pp', line 40</span>
@@ -392,6 +406,7 @@ $backend_name = undef,
$backend_order = &#39;030&#39;,
$fe_maxconn = undef,
$be_server_name = undef,
$be_server_value = undef,
) {