# File lib/ohai/plugins/linode.rb, line 25
def has_linode_kernel?
  kernel[:release].split('-').last =~ /linode/
end