3
0

recommit for updates in build 7

This commit is contained in:
2025-04-18 22:38:17 +02:00
parent 24dbee1883
commit b6950369bf

View File

@@ -120,7 +120,7 @@ Arne Teuke (arne_teuke@confdroid.com)</p>
class postgresql_cd::firewall::iptables (
) inherits postgresql_cd::params {
if ($fqdn == $ma_server_fqdn) and ($pl_enable_fw == true) {
if ($fqdn == $pl_server_fqdn) and ($pl_enable_fw == true) {
firewall { &quot;${pl_fw_rule_order}${pl_fw_port} tcp port ${pl_fw_port}&quot;:
source =&gt; $pl_source_range,
proto =&gt; &#39;tcp&#39;,