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:
Ken Barber 2011-12-01 01:07:35 +00:00
commit abe53133b6

View File

@ -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'
}