inspec/Berksfile

8 lines
260 B
Text
Raw Normal View History

2016-03-18 11:39:04 +01:00
# encoding: utf-8
2015-10-21 22:52:41 +02:00
source 'https://supermarket.chef.io'
cookbook 'apt'
cookbook 'os_prepare', path: './test/cookbooks/os_prepare'
2016-01-20 17:54:04 +01:00
cookbook 'runit', github: 'hw-cookbooks/runit'
2016-05-10 19:23:11 +02:00
cookbook 'ssh-hardening', git: 'https://github.com/dev-sec/chef-ssh-hardening.git'