recommit for updates in build 124

This commit is contained in:
Jenkins ConfDroid
2025-01-27 11:55:05 +01:00
parent abd92799b8
commit 803636887f
2 changed files with 4 additions and 4 deletions

View File

@@ -153,13 +153,13 @@ class cd_haproxy::firewall::iptables (
firewall { "${hy_fw_order_no}${hy_http_port} tcp port ${hy_http_port}":
proto => 'tcp',
dport => $hy_http_port,
action => 'accept',
jump => 'accept',
}
firewall { "${hy_fw_order_no}${hy_https_port} tcp port ${hy_https_port}":
proto => 'tcp',
dport => $hy_https_port,
action => 'accept',
jump => 'accept',
}
}
}</pre>

View File

@@ -174,7 +174,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>&quot;proxy.${::domain}&quot;</tt>)</em>
<em class="default">(defaults to: <tt>undef</tt>)</em>
&mdash;
@@ -835,7 +835,7 @@ class cd_haproxy::params (
$pkg_ensure = &#39;latest&#39;,
$reqpackages = [&#39;haproxy&#39;],
$hy_host_fqdn = &quot;proxy.${::domain}&quot;,
$hy_host_fqdn = undef,
# firewall
$hy_manage_fw = true,