mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Remove deps from the Berksfile that are in the metadata
There's no need for this. Never has been. Signed-off-by: Tim Smith <tsmith@chef.io>
This commit is contained in:
parent
00176f3487
commit
55a8f752f9
2 changed files with 1 additions and 6 deletions
|
@ -1,9 +1,4 @@
|
|||
# encoding: utf-8
|
||||
source 'https://supermarket.chef.io'
|
||||
|
||||
cookbook 'audit'
|
||||
cookbook 'postgresql', '= 7.1.0'
|
||||
cookbook 'docker'
|
||||
cookbook 'os_prepare', path: './test/cookbooks/os_prepare'
|
||||
cookbook 'runit', github: 'hw-cookbooks/runit'
|
||||
cookbook 'ssh-hardening', git: 'https://github.com/dev-sec/chef-ssh-hardening.git'
|
||||
|
|
|
@ -6,7 +6,7 @@ description 'This cookbook prepares the test operating systems'
|
|||
version '1.0.0'
|
||||
|
||||
depends 'runit'
|
||||
depends 'postgresql'
|
||||
depends 'postgresql', '= 7.1.3'
|
||||
depends 'windows'
|
||||
depends 'ssh-hardening'
|
||||
depends 'openssl', '= 8.1.2'
|
||||
|
|
Loading…
Reference in a new issue