inspec/Berksfile
Tim Smith 00176f3487 Don't list out the runit deps in the berksfile
This is literally what berkshelf was built to do for you.

Signed-off-by: Tim Smith <tsmith@chef.io>
2019-02-13 16:10:39 -08:00

9 lines
313 B
Ruby

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