diff options
author | Lamont Granquist <lamont@scriptkiddie.org> | 2013-11-14 19:20:09 -0800 |
---|---|---|
committer | Lamont Granquist <lamont@scriptkiddie.org> | 2013-11-14 19:20:09 -0800 |
commit | dbd925b357b036447b47cf5f369792f81d69e76d (patch) | |
tree | 31a50b87878057b04b3e75bc1615cd67b228d74c /lib/chef/run_context.rb | |
parent | ecbc917ac5496f3138b798332ea66f477c33f8ba (diff) | |
download | chef-dbd925b357b036447b47cf5f369792f81d69e76d.tar.gz |
CHEF-4777: add include_recipes to recipes node attr
Diffstat (limited to 'lib/chef/run_context.rb')
-rw-r--r-- | lib/chef/run_context.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/run_context.rb b/lib/chef/run_context.rb index 4d431116f9..97a5bce439 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(recipe_name) cookbook = cookbook_collection[cookbook_name] cookbook.load_recipe(recipe_short_name, self) end |