Policyfiles take care of dependency resolution and run lists, replacing environments and roles (see https://docs.chef.io/policyfile.html) The lock files were generated using [Chef Workstation](https://downloads.chef.io/chef-workstation/0.8.7) using the `chef install policies/POLICY.rb` for each policy. Refs #78
9 lines
195 B
Ruby
9 lines
195 B
Ruby
name 'base'
|
|
default_source :supermarket
|
|
default_source :chef_repo, "../site-cookbooks" do |s|
|
|
s.preferred_for "backup"
|
|
end
|
|
|
|
run_list 'kosmos-base::chef_client',
|
|
'kosmos-base::default'
|