2015-09-23 10:21:10 +00:00
|
|
|
source 'https://supermarket.chef.io'
|
|
|
|
|
|
|
|
metadata
|
|
|
|
|
|
|
|
group :delivery do
|
2015-10-01 20:23:33 +00:00
|
|
|
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'
|
2015-10-01 20:23:33 +00:00
|
|
|
cookbook 'delivery-truck', git: 'https://github.com/chef-cookbooks/delivery-truck.git'
|
2015-09-23 10:21:10 +00:00
|
|
|
end
|