postfix-cookbook/Berksfile
Tim Smith 77a3ae2fb0 Update platforms to test with test kitchen
Signed-off-by: Tim Smith <tsmith@chef.io>
2017-01-26 11:28:24 -08:00

9 lines
147 B
Ruby

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