Dave, You should be able to use the VAGRANT_DOTFILE_PATH environment variable. which can be found in the code at https://github.com/mitchellh/vagrant/blob/79581df71ba76b7f9604a261fd7e898a49711457/lib/vagrant/environment.rb#L127
That being said a vagrant file should really be in source control. -Terrance On Thu, Feb 13, 2014 at 3:17 PM, Dave Lowndes <[email protected]> wrote: > It appears this a a problem with shared Vagrant files - as each developer > runs Vagrant up they have a different ID for the machine, stored in > .vagrant. So it appears we can't share Vagrant directories since > *dotfile_name* configuration has been removed in v2? This is unfortunate > as we'd obviously like to share/sync updates to our Vagrant configs across > the development team without resorting to source code control methods. > > -- > 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/groups/opt_out. > -- 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/groups/opt_out.
