Method: Puppet::Transaction::Persistence#data

Defined in:
lib/puppet/transaction/persistence.rb

#dataHash

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.

Obtain the full raw data from the persistence store.



16
17
18
# File 'lib/puppet/transaction/persistence.rb', line 16

def data
  @old_data
end