inspec/omnibus/Berksfile
Ryan Davis a5309ea392 blindly applied chefstyle -a
Signed-off-by: Ryan Davis <zenspider@chef.io>
2019-06-11 18:52:03 -07:00

11 lines
253 B
Ruby

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