diff --git a/manifests/firewall/iptables.pp b/manifests/firewall/iptables.pp index d23bf41..79b423b 100644 --- a/manifests/firewall/iptables.pp +++ b/manifests/firewall/iptables.pp @@ -25,7 +25,7 @@ class cd_apache::firewall::iptables ( ) 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}": proto => ['tcp','udp'],