Method: Puppet::Transaction::Persistence#save

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

#saveObject

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.

Save data from internal class to persistence store on disk.



81
82
83
# File 'lib/puppet/transaction/persistence.rb', line 81

def save
  Puppet::Util::Yaml.dump(@new_data, Puppet[:transactionstorefile])
end