OP#561 fix fw setting

This commit is contained in:
2026-04-09 14:15:05 +02:00
parent 46898aa679
commit 9283cbfadc

View File

@@ -14,6 +14,7 @@ class confdroid_ssh::firewall::iptables (
dport => $ssh_fw_port,
jump => 'accept',
}
}
else {
firewall { "${ssh_fw_order}${ssh_fw_port} remove SSH on port ${ssh_fw_port}":
ensure => 'absent',
@@ -21,7 +22,7 @@ class confdroid_ssh::firewall::iptables (
source => $ssh_source_range,
dport => $ssh_fw_port,
jump => 'accept',
}
}
}
}