mirror of
https://github.com/inspec/inspec
synced 2024-12-19 17:43:44 +00:00
8 lines
214 B
Ruby
8 lines
214 B
Ruby
source 'https://supermarket.chef.io'
|
|
|
|
metadata
|
|
|
|
group :delivery do
|
|
cookbook 'delivery_build', git: 'https://github.com/chef-cookbooks/delivery_build'
|
|
cookbook 'test', path: './test/fixtures/cookbooks/test'
|
|
end
|