chef/roles/openresty.rb
2023-07-12 20:37:03 +02:00

12 lines
195 B
Ruby

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