Commit 6e89321756b105c61caf82f1f6b96af7f5008c83

Authored by Paulo Tada
1 parent a6afdeb5
Exists in master and in 1 other branch mezuro_spb

Removing mezuro from iptables rules of database

cookbooks/firewall/templates/host-database/iptables-filter.erb
... ... @@ -2,7 +2,7 @@
2 2 # Allow access to PostgreSQL
3 3 -A INPUT -s <%= node['peers']['integration'] %> -p tcp -m state --state NEW --dport 5432 -j ACCEPT
4 4 -A INPUT -s <%= node['peers']['social'] %> -p tcp -m state --state NEW --dport 5432 -j ACCEPT
5   --A INPUT -s <%= node['peers']['mezuro'] %> -p tcp -m state --state NEW --dport 5432 -j ACCEPT
  5 +#-A INPUT -s <%= node['peers']['mezuro'] %> -p tcp -m state --state NEW --dport 5432 -j ACCEPT
6 6  
7 7 # Allow access to Redis
8 8 -A INPUT -s <%= node['peers']['integration'] %> -p tcp -m state --state NEW --dport 6379 -j ACCEPT
... ...