require "vagrant"
module VagrantPlugins
module HostGentoo
class Host < Vagrant.plugin("2", :host)
def self.detect?(env)
File.exists?("/etc/gentoo-release")
end