From 9ac1e7c9907fd8d9b32ff953db8d248ae7981e85 Mon Sep 17 00:00:00 2001 From: Jenkins ConfDroid Date: Sat, 19 Apr 2025 00:09:57 +0200 Subject: [PATCH] recommit for updates in build 13 --- .../postgresql_cd_3A_3Afirewall_3A_3Aiptables.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 44aab5f..aa98824 100644 --- a/doc/puppet_classes/postgresql_cd_3A_3Afirewall_3A_3Aiptables.html +++ b/doc/puppet_classes/postgresql_cd_3A_3Afirewall_3A_3Aiptables.html @@ -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,