mirror of
https://github.com/inspec/inspec
synced 2025-02-16 05:58:39 +00:00
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
|