Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detect vagrant boxes with custom vagrantfile name #172

Open
siarhei-makarevich opened this issue Nov 26, 2018 · 0 comments
Open

Detect vagrant boxes with custom vagrantfile name #172

siarhei-makarevich opened this issue Nov 26, 2018 · 0 comments

Comments

@siarhei-makarevich
Copy link

There is no functionality at the moment to fork with boxes which use custom names for vagrant file and dot file.

f.e. im using it to place two separate box in the same directory and run them with command

VAGRANT_VAGRANTFILE=Vagrantfile.centos6 VAGRANT_DOTFILE_PATH=.vagrant_centos6 vagrant up
VAGRANT_VAGRANTFILE=Vagrantfile.centos7 VAGRANT_DOTFILE_PATH=.vagrant_centos7 vagrant up

Because of vagrantfiles have different name then "Vagrantfile", Vagrant Manager doesn't detect that boxes. Also Vagrant Manager don't have functionality to configure name of Vagrantfile.

@siarhei-makarevich siarhei-makarevich changed the title Detect vagrant boxes with custom vagrantfile Detect vagrant boxes with custom vagrantfile name Feb 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants