From b6950369bf2d9e08d0f6af7b28a6e3a499aa5d19 Mon Sep 17 00:00:00 2001 From: Jenkins ConfDroid Date: Fri, 18 Apr 2025 22:38:17 +0200 Subject: [PATCH] recommit for updates in build 7 --- .../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 2e6fbbc..44aab5f 100644 --- a/doc/puppet_classes/postgresql_cd_3A_3Afirewall_3A_3Aiptables.html +++ b/doc/puppet_classes/postgresql_cd_3A_3Afirewall_3A_3Aiptables.html @@ -120,7 +120,7 @@ Arne Teuke (arne_teuke@confdroid.com)

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 { "${pl_fw_rule_order}${pl_fw_port} tcp port ${pl_fw_port}": source => $pl_source_range, proto => 'tcp',