mirror of
https://github.com/inspec/inspec
synced 2024-11-14 00:47:10 +00:00
218bda9c34
* add docker, docker_container, and docker_image resources Signed-off-by: Christoph Hartmann <chris@lollyrock.com>
15 lines
327 B
Ruby
15 lines
327 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 'apt'
|
|
depends 'yum'
|
|
depends 'runit'
|
|
depends 'postgresql'
|
|
depends 'windows'
|
|
depends 'ssh-hardening'
|
|
depends 'openssl'
|
|
depends 'docker'
|