From 1ebe42ff696e086e6a7c277e9cae0cb160ae47b4 Mon Sep 17 00:00:00 2001 From: Jenkins ConfDroid Date: Sat, 19 Apr 2025 00:14:07 +0200 Subject: [PATCH] recommit for updates in build 14 --- .../postgresql_cd_3A_3Afirewall_3A_3Aiptables.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/puppet_classes/postgresql_cd_3A_3Afirewall_3A_3Aiptables.html b/doc/puppet_classes/postgresql_cd_3A_3Afirewall_3A_3Aiptables.html index aa98824..36b68a4 100644 --- a/doc/puppet_classes/postgresql_cd_3A_3Afirewall_3A_3Aiptables.html +++ b/doc/puppet_classes/postgresql_cd_3A_3Afirewall_3A_3Aiptables.html @@ -121,8 +121,8 @@ 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": - source => $pl_source_range, + firewall { "${pl_fw_rule_order}${pl_fw_port} tcp port ${pl_fw_port}": + #source => $pl_source_range, proto => 'tcp', dport => $pl_fw_port, jump => 'accept',