From 6e89321756b105c61caf82f1f6b96af7f5008c83 Mon Sep 17 00:00:00 2001 From: Paulo Tada Date: Wed, 1 Jun 2016 13:00:39 -0300 Subject: [PATCH] Removing mezuro from iptables rules of database --- cookbooks/firewall/templates/host-database/iptables-filter.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/firewall/templates/host-database/iptables-filter.erb b/cookbooks/firewall/templates/host-database/iptables-filter.erb index 68775b7..aa8879d 100644 --- a/cookbooks/firewall/templates/host-database/iptables-filter.erb +++ b/cookbooks/firewall/templates/host-database/iptables-filter.erb @@ -2,7 +2,7 @@ # Allow access to PostgreSQL -A INPUT -s <%= node['peers']['integration'] %> -p tcp -m state --state NEW --dport 5432 -j ACCEPT -A INPUT -s <%= node['peers']['social'] %> -p tcp -m state --state NEW --dport 5432 -j ACCEPT --A INPUT -s <%= node['peers']['mezuro'] %> -p tcp -m state --state NEW --dport 5432 -j ACCEPT +#-A INPUT -s <%= node['peers']['mezuro'] %> -p tcp -m state --state NEW --dport 5432 -j ACCEPT # Allow access to Redis -A INPUT -s <%= node['peers']['integration'] %> -p tcp -m state --state NEW --dport 6379 -j ACCEPT -- libgit2 0.21.2