Vagrantfile change
Opened this issue · 0 comments
damesek commented
Hello,
Every Vagrant virtual environment requires a box to build off of.
If this value is a shorthand to a box in Vagrant Cloud then
config.vm.box_url doesn't need to be specified.
config.vm.box = 'chef/ubuntu-14.04'
Need to change to
config.vm.box = 'bento/ubuntu-14.04'
Comment> Chef changed their namespace last week and deleted old boxes.
Regards,
Szabolcs