diff options
author | danielsdeleo <dan@opscode.com> | 2012-11-30 09:23:41 -0800 |
---|---|---|
committer | danielsdeleo <dan@opscode.com> | 2012-11-30 14:51:48 -0800 |
commit | 321c3dad819ea092f5ae42fdccc86336ec263121 (patch) | |
tree | 4394da72b439759dc2bee614f3108fb098e98c0c /lib/chef/run_context | |
parent | 72a028319ed48ac2eb7277ef4737a19caaa82681 (diff) | |
download | chef-321c3dad819ea092f5ae42fdccc86336ec263121.tar.gz |
[CHEF-3376] fix incorrect doc, add more docs
* fix incorrect statement in CookbookCompiler docs
* Add lots of doc to RunContext
Diffstat (limited to 'lib/chef/run_context')
-rw-r--r-- | lib/chef/run_context/cookbook_compiler.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/run_context/cookbook_compiler.rb b/lib/chef/run_context/cookbook_compiler.rb index 12e45ca664..95c0b8a09d 100644 --- a/lib/chef/run_context/cookbook_compiler.rb +++ b/lib/chef/run_context/cookbook_compiler.rb @@ -77,7 +77,7 @@ class Chef # Extracts the cookbook names from the expanded run list, then iterates # over the list, recursing through dependencies to give a run_list # ordered array of cookbook names with no duplicates. Dependencies appear - # before the cookbook they depend on. + # before the cookbook(s) that depend on them. def cookbook_order @cookbook_order ||= begin ordered_cookbooks = [] |