mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
12 lines
313 B
Ruby
12 lines
313 B
Ruby
source 'https://supermarket.chef.io'
|
|
|
|
cookbook 'omnibus'
|
|
|
|
# Uncomment to use the latest version of the Omnibus cookbook from GitHub
|
|
# cookbook 'omnibus', github: 'opscode-cookbooks/omnibus'
|
|
|
|
group :integration do
|
|
cookbook 'apt', '~> 2.8'
|
|
cookbook 'freebsd', '~> 0.3'
|
|
cookbook 'yum-epel', '~> 0.6'
|
|
end
|