postfix-cookbook/Berksfile
2014-06-11 17:52:45 -04:00

10 lines
164 B
Ruby

source 'http://api.berkshelf.com'
metadata
group :integration do
cookbook 'apt'
cookbook 'yum'
cookbook 'fake', :path => 'test/fixtures/cookbooks/fake'
end