chef/roles/ejabberd.rb

18 lines
337 B
Ruby

name "ejabberd"
default_run_list = %w(
role[postgresql_client]
kosmos-ejabberd::default
)
production_run_list = %w(
role[postgresql_client]
kosmos-ejabberd::letsencrypt
kosmos-ejabberd::default
)
env_run_lists(
'development' => default_run_list,
'production' => production_run_list,
'_default' => production_run_list
)