Skip to content

Instantly share code, notes, and snippets.

@leifmadsen
Created August 27, 2012 17:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save leifmadsen/3490852 to your computer and use it in GitHub Desktop.
Save leifmadsen/3490852 to your computer and use it in GitHub Desktop.
failsauce
webapp_list.each do |webapp|
if webapp.to_hash.include?(va_local_ipaddress)
Chef::Log.info(webapp.name + " has " + webapp.va_local_ipaddress)
else
Chef::Log.info(webapp.name + " doesn't have a value")
end
end
FATAL: NameError: Cannot find a resource for va_local_ipaddress on centos version 5.8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment