vaguerent/lib/vagrant/hosts.rb
2011-08-27 23:47:13 -07:00

10 lines
253 B
Ruby

module Vagrant
module Hosts
autoload :Base, 'vagrant/hosts/base'
autoload :Arch, 'vagrant/hosts/arch'
autoload :BSD, 'vagrant/hosts/bsd'
autoload :Fedora, 'vagrant/hosts/fedora'
autoload :Linux, 'vagrant/hosts/linux'
end
end