Commit 6e89321756b105c61caf82f1f6b96af7f5008c83
1 parent
a6afdeb5
Exists in
master
and in
1 other branch
Removing mezuro from iptables rules of database
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
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 | ... | ... |