Add something like this to your Vagrantfile:
unless Vagrant.has_plugin?('vagrant-host')
raise 'Required plugin vagrant-host is not found.'
endThis will prevent a vagrant up from occurring until the plugin is installed & found. -- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
