Turn off salt port access

We haven't used salt in quite a while. Maybe let's stop having the ports
be open.

Change-Id: Ibdb3c36e6af6edcdeb9cd5675342c1707c4a4cbe
This commit is contained in:
Monty Taylor 2015-11-28 21:36:38 -05:00
parent d7453b1d64
commit d7b91b45cc

View File

@ -247,7 +247,7 @@ node 'cacti.openstack.org' {
# Node-OS: precise
node 'puppetmaster.openstack.org' {
class { 'openstack_project::server':
iptables_public_tcp_ports => [4505, 4506, 8140],
iptables_public_tcp_ports => [8140],
sysadmins => hiera('sysadmins', []),
pin_puppet => '3.6.',
}