mirror of
https://github.com/inspec/inspec
synced 2025-03-08 01:07:42 +00:00
this makes it work (tested with default-ubuntu-1404), but doesn't improve the error handling (i.e., the skip_resource doesn't really prevent the failure)
14 lines
451 B
Ruby
14 lines
451 B
Ruby
# encoding: utf-8
|
|
# author: Christoph Hartmann
|
|
# author: Dominik Richter
|
|
#
|
|
# prepare all operating systems with the required configuration
|
|
|
|
include_recipe('os_prepare::apt')
|
|
include_recipe('os_prepare::file')
|
|
include_recipe('os_prepare::mount')
|
|
include_recipe('os_prepare::json_yaml_csv_ini')
|
|
include_recipe('os_prepare::package')
|
|
include_recipe('os_prepare::registry_key')
|
|
include_recipe('os_prepare::service')
|
|
include_recipe('os_prepare::postgres')
|