Skip to content

Commit 7c04f24

Browse files
committed
Updated the Vagrantfile to use the CDN'ed version of the Coderwall basebox
1 parent 3e48b37 commit 7c04f24

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Vagrantfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
VAGRANTFILE_API_VERSION = "2"
55

66
$box = 'coderwall'
7-
$box_url = 'https://dl.dropboxusercontent.com/u/7573062/vagrant/boxes/coderwall.box'
7+
$box_url = 'http://cdn.coderwall.com/vagrant/coderwall.box'
88
$provision = 'vagrant/bootstrap.sh'
99

1010
Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
@@ -36,8 +36,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
3636
config.vm.network :forwarded_port, guest: 9292, host: 9293, auto_correct: true
3737

3838
config.vm.synced_folder '.', '/home/vagrant/web', nfs: true
39-
# config.vm.synced_folder './vagrant', '/home/vagrant/provision', nfs: true
40-
# config.vm.synced_folder './vagrant/dotfiles', '/home/vagrant/dotfiles', nfs: true
4139

4240
config.vm.provider :virtualbox do |vb|
4341
vb.customize ['modifyvm', :id, '--cpus', '4']

0 commit comments

Comments
 (0)