(#11071) Fix to work with latest firewall module
The firewall module deprecated the use of jump => accept, this patch now changes this parameter to action => accept making it compatible with the latest release.
This commit is contained in:
parent
6c378a219e
commit
a776a8b46d
@ -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