Browse Source

Use box-cutter Vagrant boxes for Jessie and Trusty

Alex Payne 8 years ago
parent
commit
f34cd1f262
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Vagrantfile

+ 2
- 2
Vagrantfile View File

@@ -33,11 +33,11 @@ Vagrant.configure('2') do |config|
33 33
 
34 34
   # Debian 8 64-bit (officially supported)
35 35
   config.vm.define 'jessie', primary: true do |jessie|
36
-    jessie.vm.box = 'dhoppe/debian-8.0.0-amd64-nocm'
36
+    jessie.vm.box = 'box-cutter/debian81'
37 37
   end
38 38
 
39 39
   # Ubuntu 14.04.2 (LTS) 64-bit
40 40
   config.vm.define 'trusty', autostart: false do |trusty|
41
-    trusty.vm.box = 'dhoppe/ubuntu-14.04.2-amd64-nocm'
41
+    trusty.vm.box = 'box-cutter/ubuntu1404'
42 42
   end
43 43
 end

Loading…
Cancel
Save