inspec/Berksfile
Jared Quick 8b5655764f
Pin postgres to a lower cb version. (#3449)
Signed-off-by: Jared Quick <jquick@chef.io>
2018-09-27 16:04:43 -04:00

13 lines
387 B
Ruby

# encoding: utf-8
source 'https://supermarket.chef.io'
cookbook 'audit'
cookbook 'apt'
cookbook 'yum'
cookbook 'postgresql', '= 7.1.0'
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'