Enable ejabberd clustering #246

Merged
raucao merged 9 commits from feature/243-ejabberd_cluster into master 2020-11-25 16:10:14 +00:00
Showing only changes of commit 3a8af26b5f - Show all commits

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