vagrant/lib
Chris Roberts 3ace82cc5b Update Vagrant.has_plugin? helper to function prior to plugin loading
Due to the Vagrantfile being loaded prior to plugin loading to determine
project local plugin information the Vagrant.has_plugin? helper will always
return false when the Vagrantfile is first loaded. To prevent this behavior
we can check for plugins in the plugin data files prior to the plugins
being loaded, and after they have been loaded we can fallback to the
original specification based check.
2018-08-31 14:03:42 -07:00
..
vagrant Update Vagrant.has_plugin? helper to function prior to plugin loading 2018-08-31 14:03:42 -07:00
vagrant.rb Update Vagrant.has_plugin? helper to function prior to plugin loading 2018-08-31 14:03:42 -07:00