Hi all, im using vagrant 1.5.2 and have added the following to the top of my Vagrantfile:
home_dir = File.expand_path(ENV['HOME'] || ENV['USERPROFILE'] || "~") vagrant_dir = File.join(home_dir, ".vagrant.d") vagrant_dotfile_path = File.join(vagrant_dir, "state") #Defaults to ".vagrant" of CWD ENV['VAGRANT_HOME'] = vagrant_dir ENV['VAGRANT_DOTFILE_PATH'] = vagrant_dotfile_path The vagrant doftile path is not changing however, it remains in CWD as ".vagrant". Does this work for anyone else? Thanks, -- 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/d/optout.
