inspec/Berksfile
2016-05-16 18:25:17 +02:00

7 lines
260 B
Ruby

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