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