# File lib/specinfra/command/openbsd/base/host.rb, line 8
    def get_ipv4_address(name)
      # May return multiple values pick the one matching ipv4
      "getent hosts #{escape(name)} | awk '$1 ~ /^[0-9.]+$/ {print $1}'"
    end