Browse Source

Update Vagrant base box for VMWare

Adrian Simmons 10 years ago
parent
commit
0c4adbc27a
1 changed files with 2 additions and 3 deletions
  1. 2
    3
      Vagrantfile

+ 2
- 3
Vagrantfile View File

10
   end
10
   end
11
 
11
 
12
   config.vm.provider :vmware_fusion do |vbox, override|
12
   config.vm.provider :vmware_fusion do |vbox, override|
13
-    override.vm.box = 'wheezy64'
14
-    # source: https://github.com/misheska/basebox-packer
15
-    override.vm.box_url = 'https://dl.dropboxusercontent.com/s/g8djjlz1x5tz30j/debian72.box?token_hash=AAH1_-tgqx5PabhxLXD-X7hFEZ9x_-a899fMAYI_Kgd4Bg&dl=1'
13
+    # source: https://vagrantcloud.com/box-cutter/debian75
14
+    override.vm.box = 'box-cutter/debian75'
16
     vbox.customize ["modifyvm", :id, "--memory", 512]
15
     vbox.customize ["modifyvm", :id, "--memory", 512]
17
   end
16
   end
18
 
17
 

Loading…
Cancel
Save