2016-03-18 10:39:04 +00:00
|
|
|
# encoding: utf-8
|
2015-10-21 20:52:41 +00:00
|
|
|
source 'https://supermarket.chef.io'
|
|
|
|
|
2018-09-25 19:53:26 +00:00
|
|
|
cookbook 'audit'
|
2015-10-21 20:52:41 +00:00
|
|
|
cookbook 'apt'
|
2018-05-16 19:04:23 +00:00
|
|
|
cookbook 'yum'
|
2018-09-27 20:04:43 +00:00
|
|
|
cookbook 'postgresql', '= 7.1.0'
|
2018-05-16 19:04:23 +00:00
|
|
|
cookbook 'docker'
|
|
|
|
cookbook 'yum-epel'
|
|
|
|
cookbook 'packagecloud'
|
2016-02-18 20:25:36 +00:00
|
|
|
cookbook 'os_prepare', path: './test/cookbooks/os_prepare'
|
2016-01-20 16:54:04 +00:00
|
|
|
cookbook 'runit', github: 'hw-cookbooks/runit'
|
2016-05-10 17:23:11 +00:00
|
|
|
cookbook 'ssh-hardening', git: 'https://github.com/dev-sec/chef-ssh-hardening.git'
|