Sha256: a5e8a16daf5b55e0e5ac43ac53eaa9f48a008cf3bcf7c172c6444aeab168f00c
Contents?: true
Size: 222 Bytes
Versions: 42
Compression:
Stored size: 222 Bytes
Contents
module Specinfra class HostInventory class Hostname def self.get cmd = Specinfra.command.get(:get_inventory_hostname) Specinfra.backend.run_command(cmd).stdout.strip end end end end
Version data entries
42 entries across 42 versions & 1 rubygems