# File lib/ohai/plugins/cloud.rb, line 24
def create_objects
  cloud Mash.new
  cloud[:public_ips] = Array.new
  cloud[:private_ips] = Array.new
end