fixes typo

This commit is contained in:
Arne Teuke
2018-04-20 11:36:10 +02:00
parent dddb9afc18
commit 5977dab8c8

View File

@@ -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'],