diff --git a/README.md b/README.md index a8d0b0e..2ef30ea 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,6 @@ - [Contact Us](#contact-us) - [Disclaimer](#disclaimer) - ## Synopsis `Apache httpd` is a very powerful and widely used web server. diff --git a/manifests/firewall/iptables.pp b/manifests/firewall/iptables.pp index 3a0f3bb..1a3669e 100644 --- a/manifests/firewall/iptables.pp +++ b/manifests/firewall/iptables.pp @@ -11,7 +11,7 @@ class confdroid_apache::firewall::iptables ( proto => 'tcp', dport => $ae_http_port, jump => 'accept', - } + } firewall { "${ae_order_no}${ae_https_port} tcp http port ${ae_https_port}": proto => 'tcp',