Add PostgreSQL primary support to the kosmos-ejabberd cookbook #181

Merged
greg merged 6 commits from feature/180-ejabberd_pg_primary into master 2020-06-19 14:46:52 +00:00
Showing only changes of commit 1a6ce44758 - Show all commits

View File

@ -1,7 +1,16 @@
name "ejabberd"
run_list %w(
default_run_list = %w(
kosmos-ejabberd::default
)
production_run_list = %w(
kosmos-ejabberd::default
kosmos-ejabberd::letsencrypt
kosmos-ejabberd::backup
)
env_run_lists(
'production' => production_run_list,
'development' => default_run_list,
'_default' => default_run_list
)