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:
Tim Smith 2019-02-13 16:14:50 -08:00
parent 00176f3487
commit 55a8f752f9
2 changed files with 1 additions and 6 deletions

View file

@ -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'

View file

@ -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'