# File lib/specinfra/command/base/host.rb, line 31
    def get_ipv6_address(name)
      # Will return multiple values pick the first and exit
      "getent ahostsv6 #{escape(name)} | awk '{print $1; exit}'"
    end