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

@@ -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,
) {