inspec/omnibus/Berksfile
Tim Smith 71c7bf1c03 Remove FreeBSD cookbook from omnibus (#3676)
Signed-off-by: Tim Smith <tsmith@chef.io>
2018-12-20 14:41:31 -05:00

12 lines
271 B
Ruby

# encoding: utf-8
source 'https://supermarket.chef.io'
cookbook 'omnibus'
# Uncomment to use the latest version of the Omnibus cookbook from GitHub
# cookbook 'omnibus', github: 'chef-cookbooks/omnibus'
group :integration do
cookbook 'apt'
cookbook 'yum-epel'
end