| Class | Puppet::Transaction |
| In: |
lib/puppet/transaction.rb
|
| Parent: | Object |
| catalog | [RW] | |
| component | [RW] | |
| configurator | [RW] | |
| event_manager | [R] | Routes and stores any events and subscriptions. |
| ignoreschedules | [RW] | |
| report | [RW] | The report, once generated. |
| resource_harness | [R] | Handles most of the actual interacting with resources |
| sorted_resources | [RW] |
this should only be called by a Puppet::Type::Component resource now and it should only receive an array
This method does all the actual work of running a transaction. It collects all of the changes, executes them, and responds to any necessary events.
A general method for recursively generating new resources from a resource.