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

virtualbox provider not correctly removed from vagrant in packer build script #75

Open
tmcgee opened this issue Apr 29, 2014 · 0 comments
Labels

Comments

@tmcgee
Copy link
Member

tmcgee commented Apr 29, 2014

In the packer build.sh script, the line:

 "vagrant box remove welldone_server $BUILDER || true"

will not correctly remove the box for the virtualbox provider. This is because $BUILDER was recently changed to "virtualbox-iso" from "virtualbox". virtualbox is the proper vagrant provider string. Perhaps we need a $PROVIDER to make this distinction?

Also, the vagrant docs state that the second argument to vagrant box remove is deprecated and will stop working in the next version. We need to switch to using the --provider flag.

@tmcgee tmcgee changed the title virtualbox provider correctly not removed in packer build script virtualbox provider not correctly removed in packer build script Apr 29, 2014
@tmcgee tmcgee changed the title virtualbox provider not correctly removed in packer build script virtualbox provider not correctly removed from vagrant in packer build script Apr 29, 2014
@amcgee amcgee added the DevAid label May 2, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants