inspec/.delivery/build-cookbook/Berksfile

9 lines
214 B
Text
Raw Normal View History

2015-09-23 10:21:10 +00:00
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