Merge branch 'ticket/11071-firewall_module_update'
* ticket/11071-firewall_module_update: (#11071) Fix to work with latest firewall module
This commit is contained in:
commit
abe53133b6
@ -75,7 +75,7 @@ define apache::vhost(
|
||||
if ! defined(Firewall["0100-INPUT ACCEPT $port"]) {
|
||||
@firewall {
|
||||
"0100-INPUT ACCEPT $port":
|
||||
jump => 'ACCEPT',
|
||||
action => 'accept',
|
||||
dport => "$port",
|
||||
proto => 'tcp'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user