mirror of
https://github.com/inspec/inspec
synced 2024-12-19 09:33:20 +00:00
772244c12a
All the windows / openssl resources are built into Chef now. Signed-off-by: Tim Smith <tsmith@chef.io>
11 lines
274 B
Ruby
11 lines
274 B
Ruby
# encoding: utf-8
|
|
name 'os_prepare'
|
|
maintainer 'Chef Software, Inc.'
|
|
maintainer_email 'support@chef.io'
|
|
description 'This cookbook prepares the test operating systems'
|
|
version '1.0.0'
|
|
|
|
depends 'runit'
|
|
depends 'postgresql', '= 7.1.3'
|
|
depends 'ssh-hardening'
|
|
depends 'docker'
|