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 fbd71204c2 - Show all commits

View File

@ -12,7 +12,7 @@ production_run_list = %w(
kosmos-ejabberd::backup
)
env_run_lists(
'production' => production_run_list,
'development' => default_run_list,
'_default' => default_run_list
'production' => production_run_list,
'_default' => production_run_list
)