inspec/Berksfile
Jared Quick 40e7c1b23f
Add train GCP transport. (#3046)
Signed-off-by: Jared Quick <jquick@chef.io>
2018-05-16 15:04:23 -04:00

12 lines
359 B
Ruby

# encoding: utf-8
source 'https://supermarket.chef.io'
cookbook 'apt'
cookbook 'yum'
cookbook 'postgresql'
cookbook 'docker'
cookbook 'yum-epel'
cookbook 'packagecloud'
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'