Remove firewall rule for an unused port

This commit is contained in:
Greg Karékinian 2020-11-25 16:32:50 +01:00
parent 23ca3552d2
commit 3a8af26b5f

View File

@ -198,7 +198,7 @@ end
unless node.chef_environment == "development"
firewall_rule 'ejabberd' do
port [5222, 5223, 5269, 5280, 5443]
port [5222, 5223, 5269, 5443]
protocol :tcp
command :allow
end