OP#410 fix fw
This commit is contained in:
@@ -8,13 +8,13 @@ class confdroid_apache::firewall::iptables (
|
|||||||
) inherits confdroid_apache::params {
|
) inherits confdroid_apache::params {
|
||||||
if $ae_manage_fw == true {
|
if $ae_manage_fw == true {
|
||||||
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 => 'all',
|
proto => 'tcp',
|
||||||
dport => $ae_http_port,
|
dport => $ae_http_port,
|
||||||
jump => '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 => 'all',
|
proto => 'tcp',
|
||||||
dport => $ae_https_port,
|
dport => $ae_https_port,
|
||||||
jump => 'accept',
|
jump => 'accept',
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user