metasploitable3/chef/cookbooks/compat_resource/files/lib/chef_compat/recipe.rb

9 lines
203 B
Ruby
Raw Normal View History

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