Class | Chef::Formatters::Minimal |
In: |
lib/chef/formatters/minimal.rb
|
Parent: | Formatters::Base |
Shows the progress of the chef run by printing single characters, and displays a summary of updates at the conclusion of the run. For events that don‘t have meaningful status information (loading a file, syncing a cookbook) a dot is printed. For resources, a dot, ‘S’ or ‘U’ is printed if the resource is up to date, skipped by not_if/only_if, or updated, respectively.
updated_resources | [R] | |
updates_by_resource | [R] |
An uncategorized message. This supports the case that a user needs to pass output that doesn‘t fit into one of the callbacks above. Note that there‘s no semantic information about the content or importance of the message. That means that if you‘re using this too often, you should add a callback for it.
Default and override attrs from roles have been computed, but not yet applied. Normal attrs from JSON have been added to the node.
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 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.