Commit 23abc6b0c52898220ea7c1f2c9c39cafe8468825
1 parent
22acd375
Exists in
master
and in
1 other branch
Removing mezuro from firewall cookbook and database role
Showing
3 changed files
with
1 additions
and
4 deletions
Show diff stats
cookbooks/firewall/templates/host-database/iptables-filter.erb
... | ... | @@ -2,7 +2,6 @@ |
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 | |
6 | 5 | |
7 | 6 | # Allow access to Redis |
8 | 7 | -A INPUT -s <%= node['peers']['integration'] %> -p tcp -m state --state NEW --dport 6379 -j ACCEPT | ... | ... |
roles/database_server.rb