inspec/test/kitchen/cookbooks/os_prepare/metadata.rb
Clinton Wolfe 09cfcedcd4 Refactor os_prepare cookbook to split out inspec installation
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
2020-05-25 21:00:24 -04:00

13 lines
374 B
Ruby

name "os_prepare"
maintainer "Chef Software, Inc."
maintainer_email "support@chef.io"
description "This cookbook prepares the test operating systems"
version "1.0.0"
# this cookbook has changed rapidly in the past so we pin it here to prevent build failures
depends "postgresql", "= 7.1.3"
depends "install_inspec"
depends "runit"
depends "ssh-hardening"
depends "docker"