chef/roles/sentry.rb

12 lines
189 B
Ruby

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