postfix-cookbook/Berksfile
Tim Smith 648c488172 Testing updates
Signed-off-by: Tim Smith <tsmith@chef.io>
2016-09-07 21:55:32 -07:00

10 lines
170 B
Ruby

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