3
0

recommit for updates in build 13

This commit is contained in:
2025-04-19 00:09:57 +02:00
parent 82e95e7857
commit 9ac1e7c990

View File

@@ -121,7 +121,7 @@ class postgresql_cd::firewall::iptables (
) inherits postgresql_cd::params {
if ($fqdn == $pl_server_fqdn) and ($pl_enable_fw == true) {
firewall { "${pl_fw_rule_order}${pl_fw_port} tcp port ${pl_fw_port}":
firewall { "${pl_fw_rule_order}${pl_fw_port} tcp port":
source => $pl_source_range,
proto => 'tcp',
dport => $pl_fw_port,