mirror of
https://github.com/inspec/inspec
synced 2024-11-27 15:10:44 +00:00
0fe5880c5d
Basically this avoids sous-chefs breaking inspec tests by accident Signed-off-by: Tim Smith <tsmith@chef.io>
12 lines
349 B
Ruby
12 lines
349 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 'runit'
|
|
depends 'ssh-hardening'
|
|
depends 'docker'
|