mirror of
https://github.com/inspec/inspec
synced 2024-12-18 09:03:12 +00:00
3a8f1e5984
Signed-off-by: Dominik Richter <dominik.richter@gmail.com>
10 lines
437 B
Ruby
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
|