inspec/.delivery/build-cookbook/Berksfile

11 lines
437 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-sugar-extras', git: 'https://github.com/chef-cookbooks/delivery-sugar-extras.git'
cookbook 'delivery-sugar', git: 'https://github.com/chef-cookbooks/delivery-sugar.git'
2015-09-23 10:21:10 +00:00
cookbook 'delivery_build', git: 'https://github.com/chef-cookbooks/delivery_build'
cookbook 'delivery-truck', git: 'https://github.com/chef-cookbooks/delivery-truck.git'
2015-09-23 10:21:10 +00:00
end