Add port 80 to lists firewall
Change-Id: I82239bcfef6b54d389bf8aca202d700564a59dd7
This commit is contained in:
parent
d9c58f56a6
commit
dc504a929d
@ -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':
|
||||
|
Loading…
x
Reference in New Issue
Block a user