I would love to see bindler coming back to newer vagrant versions!

Bindler I miss you :-/

​P.S.: I guess we have to nag @mitchellh a bit more about this ;-)
https://github.com/mitchellh/vagrant/issues/3468
​



On Thu, Jul 10, 2014 at 9:03 PM, Reuben Avery <[email protected]> wrote:

> Yeah, I was hoping for something a bit nicer than that.  I’d like to tie
> in to the message queue that Vagrant builds, adding a message like
> ==> default: Error: Vagrant module “foo” is required for provisioning.
>  Aborting.
>
>
> On Jul 10, 2014, at 2:56 PM, [email protected] wrote:
>
> Add something like this to your Vagrantfile:
>
> unless Vagrant.has_plugin?('vagrant-host')
>   raise 'Required plugin vagrant-host is not found.'
> end
>
> This will prevent a vagrant up from occurring until the plugin is
> installed & found.
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Vagrant" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/vagrant-up/_-m6VExHqJs/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> [email protected].
>
> For more options, visit https://groups.google.com/d/optout.
>
>
>  --
> 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.
>

-- 
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.

Reply via email to