inspec/omnibus/Berksfile

12 lines
253 B
Text
Raw Normal View History

2016-04-18 03:30:50 +00:00
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'
2016-04-18 03:30:50 +00:00
group :integration do
cookbook 'apt'
cookbook 'yum-epel'
2016-04-18 03:30:50 +00:00
end