Class
Puppet::Transaction::ResourceHarness
In:
lib/puppet/transaction/resource_harness.rb
Parent:
Object
Methods
allow_changes?
apply_parameter
cache
cached
create_change_event
evaluate
new
perform_changes
schedule
scheduled?
Attributes
transaction
[R]
Public Class methods
new
(transaction)
Public Instance methods
allow_changes?
(resource)
apply_parameter
(property, current_value, do_audit, historical_value)
cache
(resource, name, value)
Used mostly for scheduling and auditing at this point.
cached
(resource, name)
Used mostly for scheduling and auditing at this point.
create_change_event
(property, current_value, do_audit, historical_value)
evaluate
(resource)
perform_changes
(resource)
schedule
(resource)
scheduled?
(status, resource)
[Validate]