summaryrefslogtreecommitdiff
path: root/lib/chef/run_context.rb
diff options
context:
space:
mode:
authorlamont-granquist <lamont@scriptkiddie.org>2014-01-16 15:53:46 -0800
committerlamont-granquist <lamont@scriptkiddie.org>2014-01-16 15:53:46 -0800
commit2fbe2365a3d8fe28540a90773dc43cdb8124fc37 (patch)
tree1af96f9c7e3e7b14101a78b92c8de7d6b63b3b0e /lib/chef/run_context.rb
parent4bffa7d9682170cd940d544ddadc485a8c90c032 (diff)
parent7c4670ce77cafb481477e9da75348a75b44c0393 (diff)
downloadchef-2fbe2365a3d8fe28540a90773dc43cdb8124fc37.tar.gz
Merge pull request #1128 from opscode/lcg/CHEF-4777
CHEF-4777: add include_recipes to recipes node attr
Diffstat (limited to 'lib/chef/run_context.rb')
-rw-r--r--lib/chef/run_context.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/run_context.rb b/lib/chef/run_context.rb
index 2ed29a2e34..05a954ad15 100644
--- a/lib/chef/run_context.rb
+++ b/lib/chef/run_context.rb
@@ -146,7 +146,7 @@ class Chef
false
else
loaded_recipe(cookbook_name, recipe_short_name)
-
+ node.loaded_recipe(cookbook_name, recipe_short_name)
cookbook = cookbook_collection[cookbook_name]
cookbook.load_recipe(recipe_short_name, self)
end