chef/roles/sentry_client.rb
Râu Cao e13b76658e
Add Sentry client recipe and role
Configures a local domain for Sentry in the hostsfile.
2023-03-24 21:21:02 +07:00

12 lines
195 B
Ruby

name "sentry_client"
default_run_list = %w(
kosmos_sentry::client
)
env_run_lists(
'_default' => default_run_list,
'development' => default_run_list,
'production' => default_run_list
)