Sha256: a74830c0e8895fb329106cf39e34d5f4094b954cfbad65323cf83cc9d8eef5fb
Contents?: true
Size: 313 Bytes
Versions: 221
Compression:
Stored size: 313 Bytes
Contents
module Specinfra class HostInventory class Hostname < Base def get cmd = backend.command.get(:get_inventory_hostname) result = backend.run_command(cmd) if result.exit_status == 0 result.stdout.strip else nil end end end end end
Version data entries
221 entries across 221 versions & 3 rubygems