From 5977dab8c8432e54529a7a672ac0fc0fa73eefb5 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Fri, 20 Apr 2018 11:36:10 +0200 Subject: [PATCH] fixes typo --- manifests/firewall/iptables.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'],