From dc504a929d9e3a9ad5d98ae589337551171c491d Mon Sep 17 00:00:00 2001 From: Andrew Hutchings Date: Fri, 4 May 2012 19:34:31 +0100 Subject: [PATCH] Add port 80 to lists firewall Change-Id: I82239bcfef6b54d389bf8aca202d700564a59dd7 --- manifests/site.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/site.pp b/manifests/site.pp index 8e2be84dc7..98b88d6a1b 100644 --- a/manifests/site.pp +++ b/manifests/site.pp @@ -216,7 +216,7 @@ node "lists.openstack.org" { # because the exim config on this machine is almost certainly # going to be more complicated than normal. class { 'openstack_template': - iptables_public_tcp_ports => [25, 465] + iptables_public_tcp_ports => [25, 80, 465] } # class { 'exim':