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

9 lines
212 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::package')
include_recipe('os_prepare::apt')