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