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 36b68a4..44aab5f 100644 --- a/doc/puppet_classes/postgresql_cd_3A_3Afirewall_3A_3Aiptables.html +++ b/doc/puppet_classes/postgresql_cd_3A_3Afirewall_3A_3Aiptables.html @@ -122,7 +122,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}": - #source => $pl_source_range, + source => $pl_source_range, proto => 'tcp', dport => $pl_fw_port, jump => 'accept',