# File lib/specinfra/command/base/host.rb, line 24 def get_ipaddress(name) "getent hosts #{escape(name)} | awk '{print $1}'" end