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

12 lines
328 B
Ruby
Raw Normal View History

2015-10-21 20:52:41 +00: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 09:11:36 +00:00
include_recipe('os_prepare::file')
include_recipe('os_prepare::package')
2015-11-17 21:12:19 +00:00
include_recipe('os_prepare::registry_key')
include_recipe('os_prepare::service')