Sha256: 47d1416edbea4f28befd4d788ff5141903236f2f088934196e7c624dfc22040f

Contents?: true

Size: 814 Bytes

Versions: 10

Compression:

Stored size: 814 Bytes

Contents

# encoding: utf-8
# author: Christoph Hartmann
# author: Dominik Richter
#
# prepare all operating systems with the required configuration


# basic tests
include_recipe('os_prepare::file')
include_recipe('os_prepare::mount') unless node['osprepare']['docker']
include_recipe('os_prepare::service')
include_recipe('os_prepare::package')
include_recipe('os_prepare::registry_key')
include_recipe('os_prepare::iptables') unless node['osprepare']['docker']

# config file parsing
include_recipe('os_prepare::json_yaml_csv_ini')

# configure repos, eg. nginx
include_recipe('os_prepare::apt')

# application configuration
if node['osprepare']['application']
  include_recipe('os_prepare::postgres')
  include_recipe('os_prepare::auditctl') unless node['osprepare']['docker']
  include_recipe('os_prepare::apache')
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
inspec-0.28.1 test/cookbooks/os_prepare/recipes/default.rb
inspec-0.28.0 test/cookbooks/os_prepare/recipes/default.rb
inspec-0.27.1 test/cookbooks/os_prepare/recipes/default.rb
inspec-0.27.0 test/cookbooks/os_prepare/recipes/default.rb
inspec-0.26.0 test/cookbooks/os_prepare/recipes/default.rb
inspec-0.25.0 test/cookbooks/os_prepare/recipes/default.rb
inspec-0.24.0 test/cookbooks/os_prepare/recipes/default.rb
inspec-0.23 test/cookbooks/os_prepare/recipes/default.rb
inspec-0.22.1 test/cookbooks/os_prepare/recipes/default.rb
inspec-0.22.0 test/cookbooks/os_prepare/recipes/default.rb