Fix and consolidate firewall rules
Most of them are already defined in the appropriate recipe. And one can be moved. (These are currently opened on every server for no reason.)
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
unless node.chef_environment == "development"
|
||||
include_recipe "firewall"
|
||||
firewall_rule "xmpp" do
|
||||
port [5222, 5269]
|
||||
port [5222, 5269, 5281]
|
||||
protocol :tcp
|
||||
command :allow
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user