2015-10-21 20:52:41 +00:00
|
|
|
# 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'
|
2016-02-01 16:18:33 +00:00
|
|
|
|
2015-10-22 17:57:17 +00:00
|
|
|
depends 'apt'
|
|
|
|
depends 'yum'
|
2016-01-20 16:54:04 +00:00
|
|
|
depends 'runit'
|
2015-12-08 11:32:23 +00:00
|
|
|
depends 'postgresql'
|
2016-08-09 14:20:43 +00:00
|
|
|
depends 'windows'
|
2016-12-15 17:13:06 +00:00
|
|
|
depends 'ssh-hardening'
|
2017-03-21 21:17:50 +00:00
|
|
|
depends 'openssl'
|
2017-04-24 14:47:03 +00:00
|
|
|
depends 'docker'
|