Add Sentry client recipe and role
Configures a local domain for Sentry in the hostsfile.
This commit is contained in:
11
roles/sentry_client.rb
Normal file
11
roles/sentry_client.rb
Normal file
@@ -0,0 +1,11 @@
|
||||
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
|
||||
)
|
||||
Reference in New Issue
Block a user