fixes typo
This commit is contained in:
@@ -25,7 +25,7 @@ class cd_apache::firewall::iptables (
|
|||||||
|
|
||||||
) inherits cd_apache::params {
|
) inherits cd_apache::params {
|
||||||
|
|
||||||
if and $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 => ['tcp','udp'],
|
proto => ['tcp','udp'],
|
||||||
|
|||||||
Reference in New Issue
Block a user