inspec/omnibus/Berksfile

13 lines
271 B
Text
Raw Normal View History

# encoding: utf-8
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