mirror of
https://github.com/inspec/inspec
synced 2024-11-23 21:23:29 +00:00
828fc107be
move delivery truck and sugar to flat berks dependencies; remove delivery_build as github dependency; add chef-sugar
16 lines
451 B
Ruby
16 lines
451 B
Ruby
# encoding: utf-8
|
|
source 'https://supermarket.chef.io'
|
|
|
|
metadata
|
|
|
|
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'
|