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