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

8 lines
212 B
Ruby

# 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')