Method: Puppet::Transaction#resource_harness
- Defined in:
- lib/puppet/transaction.rb
#resource_harness ⇒ Object (readonly)
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Handles most of the actual interacting with resources
31 32 33 |
# File 'lib/puppet/transaction.rb', line 31 def resource_harness @resource_harness end |