Hello Group, In my use case involving vagrant, I was not able to find workaround to a few functionalities even after going nicely through the documentation.
The functionalities are related to running specific provisioners. The ideal way to do that is I guess using the following, but found a couple of problems associated with it. vagrant provision --provision-with "abc" 1. Vagrant rysnc also runs everytime before any provisioner is run, abc in the above case. I don't think this is the normal behavior. 2. I could not also find a way to turn off a provisioner for the vagrant up, and to be only executed with vagrant provision. These seem to be standard use cases, hope there's a solution for it within the community :) Regards Sidhant -- 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/3fd8d0de-876e-4c42-a2b6-2bbb8a11d5e4%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
