you should make your scripts idempotent, that is they wont break if they are run twice
then you can run vagrant provision to force a new run of the provision steps. is that what you are after? thanks Alvaro On Thu, Aug 11, 2016 at 7:53 PM, <[email protected]> wrote: > Is it possible to make Vagrant retry a failed provisioner? > > -- > 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/5739d3f9-04ac-4f73-a798-11f9d7350ea0%40googlegroups.com > <https://groups.google.com/d/msgid/vagrant-up/5739d3f9-04ac-4f73-a798-11f9d7350ea0%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Alvaro (+31)103400555 -- 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/CAHqq0ezDigzwZSN_HXpqzp4_Rb_zSLVqdoSuPfZ6btNau%2B8siQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
