newtonlabs/clojure-nginx-stack

Vagrantfile change

Opened this issue · 0 comments

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