inspec/test/cookbooks/os_prepare/metadata.rb
Adam Leff 68a930f141 Merge pull request #1406 from carldjohnston/apache_conf-symlinks
Allow apache_conf to include symlinked configuration files
2017-04-03 10:38:22 -04:00

14 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 'apt'
depends 'yum'
depends 'runit'
depends 'postgresql'
depends 'windows'
depends 'ssh-hardening'
depends 'openssl'