mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
71c7bf1c03
Signed-off-by: Tim Smith <tsmith@chef.io>
12 lines
271 B
Ruby
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
|