Class Chef::Formatters::Doc
In: lib/chef/formatters/doc.rb
Parent: Formatters::Base

Methods

Public Class methods

Public Instance methods

Called when the converge phase is finished.

Called before convergence starts

Called when cookbook cleaning is finished.

Called before unneeded cookbooks are removed

Called when the cookbook collection is returned from the server.

Called when there is an error getting the cookbook collection from the server.

Called before the cookbook collection is fetched from the server.

Called after all cookbooks have been sync‘d.

Called before cookbook sync starts

Called after a file in a cookbook is loaded.

Called when cookbook loading starts.

Default and override attrs from roles have been computed, but not yet applied. Normal attrs from JSON have been added to the node.

Failed to load node data from the server

Called right after ohai runs.

Called when an assertion declared by a provider fails

Called when recipes have been loaded.

About to attempt to register as node_name

Called after the file at path is removed. It may be removed if the cookbook containing it was removed from the run list, or if the file was removed from the cookbook.

Called when resource current state load is skipped due to the provider not supporting whyrun mode.

Called when a resource fails and will not be retried.

Called when a resource fails, but will retry.

Called when a resource action has been skipped b/c of a conditional

Called when a resource has no converge actions, e.g., it was already correct.

Called when a change has been made to a resource. May be called multiple times per resource, e.g., a file may have its content updated, and then its permissions updated.

Called after a resource has been completely converged.

Already have a client key, assuming this node has registered.

Called when cookbook cookbook_name has been sync‘d

Called when an individual file in a cookbook has been updated

Called when a provider makes an assumption after a failed assertion in whyrun mode, in order to allow execution to continue

[Validate]