Sha256: 693d4782f3a3de22ca6b409f8a600fa66bbda5cf2180c3f961ae653c723ea9f2
Contents?: true
Size: 212 Bytes
Versions: 40
Compression:
Stored size: 212 Bytes
Contents
module Specinfra class HostInventory class Hostname < Base def get cmd = backend.command.get(:get_inventory_hostname) backend.run_command(cmd).stdout.strip end end end end
Version data entries
40 entries across 40 versions & 1 rubygems