Method: Vagrant::Guest::Base#distro_dispatch

Defined in:
lib/vagrant/guest/base.rb

#distro_dispatchObject

This method is automatically called when the system is available (when Vagrant can successfully SSH into the machine) to give the system a chance to determine the distro and return a distro-specific system.

Warning: If a return value which subclasses from Vagrant::Guest::Base is returned, Vagrant will use it as the new system instance for the class.



41
# File 'lib/vagrant/guest/base.rb', line 41

def distro_dispatch; end