inspec/test/integration/cookbooks/os_prepare/recipes/default.rb

16 lines
490 B
Ruby
Raw Normal View History

2015-10-21 22:52:41 +02:00
# encoding: utf-8
# author: Christoph Hartmann
# author: Dominik Richter
#
# prepare all operating systems with the required configuration
include_recipe('os_prepare::apt')
2015-10-24 11:11:36 +02:00
include_recipe('os_prepare::file')
2015-12-31 01:10:39 +01:00
include_recipe('os_prepare::mount')
include_recipe('os_prepare::json_yaml_csv_ini')
2015-10-24 11:11:36 +02:00
include_recipe('os_prepare::package')
2015-11-17 22:12:19 +01:00
include_recipe('os_prepare::registry_key')
include_recipe('os_prepare::service')
include_recipe('os_prepare::postgres')
include_recipe('os_prepare::auditctl')