Files
chef/roles/akkounts.rb

13 lines
219 B
Ruby
Raw Permalink Normal View History

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