mirror of
https://github.com/inspec/inspec
synced 2024-11-23 21:23:29 +00:00
659b4b373a
Signed-off-by: Miah Johnson <miah@chia-pet.org>
11 lines
253 B
Ruby
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
|