diff options
author | John Keiser <john@johnkeiser.com> | 2015-06-10 12:25:25 -0700 |
---|---|---|
committer | John Keiser <john@johnkeiser.com> | 2015-06-23 14:42:28 -0700 |
commit | 1f7f5577cc5cc89d210d6b3578132e2c391d1aca (patch) | |
tree | cb9bc6bdd0e887aa7546cdbb750452867934fc5c /lib | |
parent | 54a0d0d6df9ca93eb6c0116e0d8c5865a098bfe4 (diff) | |
download | chef-1f7f5577cc5cc89d210d6b3578132e2c391d1aca.tar.gz |
Make load/include recipe run in child contextjk/resource_actions
Diffstat (limited to 'lib')
-rw-r--r-- | lib/chef/run_context.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/chef/run_context.rb b/lib/chef/run_context.rb index 6aa511f30f..f55d1740b1 100644 --- a/lib/chef/run_context.rb +++ b/lib/chef/run_context.rb @@ -564,10 +564,7 @@ ERROR_MESSAGE events has_cookbook_file_in_cookbook? has_template_in_cookbook? - include_recipe load - load_recipe - load_recipe_file loaded_attribute loaded_attributes loaded_attributes_hash @@ -606,7 +603,10 @@ ERROR_MESSAGE immediate_notification_collection immediate_notification_collection= immediate_notifications + include_recipe initialize_child_state + load_recipe + load_recipe_file notifies_immediately notifies_delayed parent_run_context |