mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
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:
parent
39e58c39db
commit
828fc107be
2 changed files with 14 additions and 6 deletions
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue