Merge branch 'jenkins-build-11' into 'master'
Auto-merge for build 11 See merge request puppet/confdroid_ssh!11
This commit is contained in:
@@ -139,7 +139,7 @@ class confdroid_ssh::firewall::iptables (
|
||||
jump => 'accept',
|
||||
}
|
||||
}
|
||||
else {
|
||||
if $ssh_use_firewall == false {
|
||||
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',
|
||||
}
|
||||
}
|
||||
else {
|
||||
if $ssh_use_firewall == false {
|
||||
firewall { "${ssh_fw_order}${ssh_fw_port} remove SSH on port ${ssh_fw_port}":
|
||||
ensure => 'absent',
|
||||
proto => 'tcp',
|
||||
@@ -25,4 +25,3 @@ class confdroid_ssh::firewall::iptables (
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user