Method: Puppet::Transaction::Report#name

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

#nameString

Returns the host name.

Returns:

  • (String)

    the host name



365
366
367
# File 'lib/puppet/transaction/report.rb', line 365

def name
  host
end