summaryrefslogtreecommitdiff
path: root/lib/chef/recipe.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/chef/recipe.rb')
-rw-r--r--lib/chef/recipe.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/chef/recipe.rb b/lib/chef/recipe.rb
index aca35db049..3571d1eb34 100644
--- a/lib/chef/recipe.rb
+++ b/lib/chef/recipe.rb
@@ -26,6 +26,7 @@ require 'chef/dsl/include_recipe'
require 'chef/mixin/from_file'
require 'chef/mixin/deprecation'
+require 'chef/mixin/registry_helper'
class Chef
# == Chef::Recipe
@@ -39,6 +40,7 @@ class Chef
include Chef::Mixin::FromFile
include Chef::Mixin::Deprecation
+ include Chef::Mixin::RegistryHelper
attr_accessor :cookbook_name, :recipe_name, :recipe, :params, :run_context