Sha256: 7b9393dac1632dfca76978c316f68b42eb4c5ac01fd31e0aff432b65b622081a
Contents?: true
Size: 634 Bytes
Versions: 4
Compression:
Stored size: 634 Bytes
Contents
source 'https://supermarket.chef.io' metadata <% if build_cookbook_parent_is_cookbook -%> cookbook 'delivery-truck', git: 'https://github.com/chef-cookbooks/delivery-truck.git', branch: 'master' # This is so we know where to get delivery-truck's dependency cookbook 'delivery-sugar', git: 'https://github.com/chef-cookbooks/delivery-sugar.git', branch: 'master' <% end -%> group :delivery do cookbook 'delivery_build', git: 'https://github.com/chef-cookbooks/delivery_build' cookbook 'delivery-base', git: 'https://github.com/chef-cookbooks/delivery-base' cookbook 'test', path: './test/fixtures/cookbooks/test' end
Version data entries
4 entries across 4 versions & 1 rubygems