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.

Returns:

  • (Hash)

    hash of data stored in persistence store



37
38
39
# File 'lib/puppet/transaction/persistence.rb', line 37

def data
  @old_data
end