OP#561 fix fw setting
This commit is contained in:
@@ -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',
|
||||
@@ -23,5 +24,5 @@ class confdroid_ssh::firewall::iptables (
|
||||
jump => 'accept',
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user