postfix-cookbook/Berksfile
2015-02-18 15:49:35 -05:00

10 lines
167 B
Ruby

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