Compare commits
1 Commits
b13a7f7c6a
...
3a6ae42dda
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3a6ae42dda |
@@ -139,7 +139,7 @@ class confdroid_ssh::firewall::iptables (
|
||||
jump => 'accept',
|
||||
}
|
||||
}
|
||||
if $ssh_use_firewall == false {
|
||||
else {
|
||||
firewall { "${ssh_fw_order}${ssh_fw_port} remove SSH on port ${ssh_fw_port}":
|
||||
ensure => 'absent',
|
||||
proto => 'tcp',
|
||||
|
||||
@@ -15,7 +15,7 @@ class confdroid_ssh::firewall::iptables (
|
||||
jump => 'accept',
|
||||
}
|
||||
}
|
||||
if $ssh_use_firewall == false {
|
||||
else {
|
||||
firewall { "${ssh_fw_order}${ssh_fw_port} remove SSH on port ${ssh_fw_port}":
|
||||
ensure => 'absent',
|
||||
proto => 'tcp',
|
||||
@@ -25,3 +25,4 @@ class confdroid_ssh::firewall::iptables (
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user