postfix-cookbook/Berksfile
2015-10-23 16:32:39 -07:00

10 lines
209 B
Ruby

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