Sha256: 3f7e34f53cb16932b7b904258494e2b544b4196d00a4de527d9d8feb45d3a81e
Contents?: true
Size: 515 Bytes
Versions: 17
Compression:
Stored size: 515 Bytes
Contents
module Vagrant module Guest autoload :Base, 'vagrant/guest/base' # Specific guests autoload :Arch, 'vagrant/guest/arch' autoload :Debian, 'vagrant/guest/debian' autoload :FreeBSD, 'vagrant/guest/freebsd' autoload :Gentoo, 'vagrant/guest/gentoo' autoload :Linux, 'vagrant/guest/linux' autoload :Redhat, 'vagrant/guest/redhat' autoload :Solaris, 'vagrant/guest/solaris' autoload :Suse, 'vagrant/guest/suse' autoload :Ubuntu, 'vagrant/guest/ubuntu' end end
Version data entries
17 entries across 17 versions & 2 rubygems