inspec/test/cookbooks/os_prepare/metadata.rb
Jared Quick faf3d1588e
Fix the unit tests by pining to a older openssl cookbook. (#3251)
Signed-off-by: Jared Quick <jquick@chef.io>
2018-07-25 13:08:12 -04:00

15 lines
338 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', '= 8.1.2'
depends 'docker'