mirror of
https://github.com/inspec/inspec
synced 2024-12-19 17:43:44 +00:00
9 lines
214 B
Text
9 lines
214 B
Text
|
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
|