recommit for updates in build 250

This commit is contained in:
Jenkins ConfDroid
2025-02-22 13:05:46 +01:00
parent bf9b5ddddf
commit 58e933b77f

View File

@@ -136,7 +136,7 @@ type</a> to choose, i.e. <code>latest</code> or <code>present</code>.</p>
<span class='type'>(<tt>string</tt>)</span>
<em class="default">(defaults to: <tt>[&#39;haproxy&#39;]</tt>)</em>
<em class="default">(defaults to: <tt>[&#39;haproxy&#39;,&#39;httpd-tools&#39;]</tt>)</em>
&mdash;
@@ -894,7 +894,7 @@ succeed.</p>
class cd_haproxy::params (
$pkg_ensure = &#39;latest&#39;,
$reqpackages = [&#39;haproxy&#39;],
$reqpackages = [&#39;haproxy&#39;,&#39;httpd-tools&#39;],
$hy_host_fqdn = undef,