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
|
2015-10-22 19:57:17 +02:00
|
|
|
|
2015-10-23 22:14:15 +02:00
|
|
|
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')
|
2015-11-24 13:07:25 +01:00
|
|
|
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')
|
2015-11-10 00:30:23 +01:00
|
|
|
include_recipe('os_prepare::service')
|
2015-12-08 12:32:23 +01:00
|
|
|
include_recipe('os_prepare::postgres')
|
2016-01-22 08:50:04 +01:00
|
|
|
include_recipe('os_prepare::auditctl')
|