inspec/.delivery/build-cookbook/Berksfile
Dominik Richter 3a8f1e5984 add delivery publish to github
Signed-off-by: Dominik Richter <dominik.richter@gmail.com>
2015-10-01 23:05:59 +02:00

10 lines
437 B
Ruby

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'
cookbook 'delivery_build', git: 'https://github.com/chef-cookbooks/delivery_build'
cookbook 'delivery-truck', git: 'https://github.com/chef-cookbooks/delivery-truck.git'
end