2019-06-11 22:24:35 +00:00
|
|
|
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
|
|
|
|
2019-02-14 22:02:06 +00:00
|
|
|
# this cookbook has changed rapidly in the past so we pin it here to prevent build failures
|
2019-06-11 22:24:35 +00:00
|
|
|
depends "postgresql", "= 7.1.3"
|
2019-02-14 22:02:06 +00:00
|
|
|
|
2020-05-25 23:08:14 +00:00
|
|
|
depends "install_inspec"
|
2019-06-11 22:24:35 +00:00
|
|
|
depends "runit"
|
|
|
|
depends "ssh-hardening"
|
|
|
|
depends "docker"
|