recommit for updates in build 4

This commit is contained in:
Jenkins ConfDroid
2025-03-02 17:52:48 +01:00
parent 542f170d93
commit eeb2bdd231

View File

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