Recommit for updates in build 12
This commit is contained in:
@@ -129,13 +129,13 @@ class confdroid_apache::firewall::iptables (
|
|||||||
firewall { "${ae_order_no}${ae_http_port} tcp http port ${ae_http_port}":
|
firewall { "${ae_order_no}${ae_http_port} tcp http port ${ae_http_port}":
|
||||||
proto => ['tcp','udp'],
|
proto => ['tcp','udp'],
|
||||||
dport => $ae_http_port,
|
dport => $ae_http_port,
|
||||||
action => 'accept',
|
jump => 'accept',
|
||||||
}
|
}
|
||||||
|
|
||||||
firewall { "${ae_order_no}${ae_https_port} tcp http port ${ae_https_port}":
|
firewall { "${ae_order_no}${ae_https_port} tcp http port ${ae_https_port}":
|
||||||
proto => ['tcp','udp'],
|
proto => ['tcp','udp'],
|
||||||
dport => $ae_https_port,
|
dport => $ae_https_port,
|
||||||
action => 'accept',
|
jump => 'accept',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}</pre>
|
}</pre>
|
||||||
|
|||||||
Reference in New Issue
Block a user