Fix letsencrypt bootstrap for ejabberd

This commit is contained in:
2022-05-11 16:25:32 +02:00
parent b3f1a74cc2
commit e89e0b3122
3 changed files with 2 additions and 5 deletions

View File

@@ -7,8 +7,8 @@ default_run_list = %w(
production_run_list = %w(
role[postgresql_client]
kosmos-ejabberd::default
kosmos-ejabberd::letsencrypt
kosmos-ejabberd::default
)
env_run_lists(
'development' => default_run_list,