metasploitable3/chef/cookbooks/compat_resource/files/lib/chef_compat/recipe.rb
2017-03-30 15:26:04 -05:00

9 lines
203 B
Ruby

require 'chef/recipe'
require 'chef_compat/copied_from_chef/chef/dsl/recipe'
module ChefCompat
class Recipe < Chef::Recipe
include ChefCompat::CopiedFromChef::Chef::DSL::Recipe::FullDSL
end
end