Method: Puppet::Transaction::Report.default_format
- Defined in:
- lib/vendor/puppet/transaction/report.rb
.default_format ⇒ Object
This is necessary since Marshall doesn’t know how to dump hash with default proc (see below @records)
18 19 20 |
# File 'lib/vendor/puppet/transaction/report.rb', line 18 def self.default_format :yaml end |