# File lib/ohai/plugins/gce.rb, line 46
def looks_like_gce?
  hint?('gce') || has_google_dmi? || has_gce_metadata?
end