Maybe the use case from what the author of the plugin expect and your workflow are different?
Perhaps he does a check on first vagrant up to ensure the machine is fit? If thats the case, I see the enhacement need to came from the plugin. Ugly workaround would use check vagrant-triggers and do a shutdown after the first up? seems ugly but may work in the meantime. Other way would be move your provisioning script to packer, and create your own box, in that way you would be in the same workflow as the plugin serverspec. Alvaro. On Wed, Jul 20, 2016 at 8:13 AM, Neil Watson <[email protected]> wrote: > The trouble is that by default the plugin creates the line vagrant up > #{host} in spec_helper.rb, assuming that the host is not already up. > > > -- > This mailing list is governed under the HashiCorp Community Guidelines - > https://www.hashicorp.com/community-guidelines.html. Behavior in > violation of those guidelines may result in your removal from this mailing > list. > > GitHub Issues: https://github.com/mitchellh/vagrant/issues > IRC: #vagrant on Freenode > --- > 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]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/vagrant-up/dbd740f9-8783-4aa7-a901-5a4ee1505a2a%40googlegroups.com > <https://groups.google.com/d/msgid/vagrant-up/dbd740f9-8783-4aa7-a901-5a4ee1505a2a%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/vagrant/issues IRC: #vagrant on Freenode --- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/CAHqq0exYzKHVJUdk%3D1DtwpjfuTJXU2_co%2B_Q4rwi04HXcoyBZw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
