mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
07f7485423
- Removes resource files which matched the default implementations contained in omnibus. - Removes software definition for train which will be installed via the gem dependecies in the inspec defintion. - Appbundle inspec to match our other ruby-based projects - Update rubocop style violations - Update copyright notices Signed-off-by: Steven Danna <steve@chef.io>
13 lines
331 B
Ruby
13 lines
331 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: 'opscode-cookbooks/omnibus'
|
|
|
|
group :integration do
|
|
cookbook 'apt', '~> 2.8'
|
|
cookbook 'freebsd', '~> 0.3'
|
|
cookbook 'yum-epel', '~> 0.6'
|
|
end
|