inspec/test/cookbooks/os_prepare/metadata.rb
Tim Smith 6c706f0715 Don't use apt/yum in the kitchen configs either
There's really no need for this. It just slows down the run

Signed-off-by: Tim Smith <tsmith@chef.io>
2019-02-13 16:03:53 -08:00

13 lines
310 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'
depends 'windows'
depends 'ssh-hardening'
depends 'openssl', '= 8.1.2'
depends 'docker'