Vagrantfile in BtSync-0.6.1 vs Vagrantfile in BtSync-0.6.2

- old
+ new

@@ -5,14 +5,14 @@ # All Vagrant configuration is done here. The most common configuration # options are documented and commented below. For a complete reference, # please see the online documentation at vagrantup.com. # Every Vagrant virtual environment requires a box to build off of. - config.vm.box = "chef-11-omnibus-x86" + config.vm.box = "ubuntu-12.04-updated" # The url from where the 'config.vm.box' box will be fetched if it # doesn't already exist on the user's system. - config.vm.box_url = "http://grahamc.com/vagrant/ubuntu-12.04.2-i386-chef-11-omnibus.box" + config.vm.box_url = "http://bit.ly/1488yGQ" # Create a forwarded port mapping which allows access to a specific port # within the machine from a port on the host machine. In the example below, # accessing "localhost:8080" will access port 80 on the guest machine. config.vm.network :forwarded_port, guest: 8888, host: 8888