Class | Chef::RunContext |
In: |
lib/chef/run_context.rb
|
Parent: | Object |
Value object that loads and tracks the context of a Chef run
cookbook_collection | [R] | |
definitions | [R] | |
delayed_notification_collection | [RW] | Needs to be settable so deploy can run a resource_collection independent of any cookbooks. |
events | [R] | |
immediate_notification_collection | [RW] | Needs to be settable so deploy can run a resource_collection independent of any cookbooks. |
node | [R] | |
resource_collection | [RW] | Needs to be settable so deploy can run a resource_collection independent of any cookbooks. |
Creates a new Chef::RunContext object and populates its fields. This object gets used by the Chef Server to generate a fully compiled recipe list for a node.
object<Chef::RunContext>: | Duh. :) |