# File lib/ohai/plugins/gce.rb, line 28
def has_google_dmi?
 ::File.read(GOOGLE_SYSFS_DMI).include?('Google')
end