summaryrefslogtreecommitdiff
path: root/lib/chef/run_context/cookbook_compiler.rb
diff options
context:
space:
mode:
authordanielsdeleo <dan@opscode.com>2012-11-29 16:50:07 -0800
committerdanielsdeleo <dan@opscode.com>2012-11-30 14:51:48 -0800
commitd6f673118b60c7425e213212d48ddb5a5f89fefe (patch)
treed836dc693daff572e3d761fb8084b41512a39916 /lib/chef/run_context/cookbook_compiler.rb
parent549d048726dd27d88024334d31a85bc27bc527d4 (diff)
downloadchef-d6f673118b60c7425e213212d48ddb5a5f89fefe.tar.gz
[CHEF-3376] rdoc more methods, reorganize
Diffstat (limited to 'lib/chef/run_context/cookbook_compiler.rb')
-rw-r--r--lib/chef/run_context/cookbook_compiler.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/chef/run_context/cookbook_compiler.rb b/lib/chef/run_context/cookbook_compiler.rb
index 4c70ea92b9..7942d189ac 100644
--- a/lib/chef/run_context/cookbook_compiler.rb
+++ b/lib/chef/run_context/cookbook_compiler.rb
@@ -130,6 +130,7 @@ class Chef
@events.definition_load_complete
end
+ # Iterates over the expanded run_list, loading each recipe in turn.
def compile_recipes
@events.recipe_load_start(run_list_expansion.recipes.size)
run_list_expansion.recipes.each do |recipe|