fix delivery dependencies

move delivery truck and sugar to flat berks dependencies; remove delivery_build as github dependency; add chef-sugar
This commit is contained in:
Dominik Richter 2015-10-08 10:53:06 +02:00
parent 39e58c39db
commit 828fc107be
2 changed files with 14 additions and 6 deletions

View file

@ -1,10 +1,16 @@
# encoding: utf-8
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
cookbook 'delivery-truck',
git: 'https://github.com/chef-cookbooks/delivery-truck.git',
branch: 'master'
cookbook 'delivery-sugar',
git: 'https://github.com/chef-cookbooks/delivery-sugar.git',
branch: 'master'
cookbook 'delivery-sugar-extras',
git: 'https://github.com/chef-cookbooks/delivery-sugar-extras.git',
branch: 'master'

View file

@ -6,5 +6,7 @@ version '0.1.0'
depends 'docker', '~> 1.0'
depends 'fancy_execute'
depends 'chef-sugar'
depends 'delivery-truck'
depends 'delivery-sugar'
depends 'delivery-sugar-extras'