postfix-cookbook/Berksfile
2015-09-24 15:07:56 -07:00

11 lines
226 B
Ruby

source 'https://supermarket.chef.io'
metadata
group :integration do
cookbook 'apt'
cookbook 'yum'
cookbook 'fake', path: 'test/fixtures/cookbooks/fake'
cookbook 'wrapper', path: 'test/fixtures/cookbooks/wrapper'
end