recommit for updates in build 171

This commit is contained in:
Jenkins ConfDroid
2025-01-28 18:36:31 +01:00
parent f9014790e0
commit 745837a17f

View File

@@ -373,6 +373,19 @@ instance configuration.</p>
</li> </li>
<li>
<span class='name'>default_backend</span>
<span class='type'>(<tt>Any</tt>)</span>
<em class="default">(defaults to: <tt>&#39;&#39;</tt>)</em>
</li>
</ul> </ul>
@@ -428,7 +441,8 @@ instance configuration.</p>
82 82
83 83
84 84
85</pre> 85
86</pre>
</td> </td>
<td> <td>
<pre class="code"><span class="info file"># File 'manifests/server/proxy.pp', line 41</span> <pre class="code"><span class="info file"># File 'manifests/server/proxy.pp', line 41</span>
@@ -449,6 +463,7 @@ define cd_haproxy::server::proxy (
$be_server_name = &#39;&#39;, $be_server_name = &#39;&#39;,
$be_balance = &#39;&#39;, $be_balance = &#39;&#39;,
$be_mode = &#39;&#39;, $be_mode = &#39;&#39;,
$default_backend = &#39;&#39;,
) { ) {