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