Parcourir la source

Fix reference to jessie VM used by Vagrant

The debian81 image used before is no longer available.
Óscar Nájera il y a 7 ans
Parent
révision
e6a10793b0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      Vagrantfile

+ 1
- 1
Vagrantfile Voir le fichier

@@ -36,7 +36,7 @@ Vagrant.configure('2') do |config|
36 36
 
37 37
   # Debian 8 64-bit (officially supported)
38 38
   config.vm.define 'jessie', primary: true do |jessie|
39
-    jessie.vm.box = 'box-cutter/debian81'
39
+    jessie.vm.box = 'box-cutter/debian8'
40 40
   end
41 41
 
42 42
   # Ubuntu 16.04 (LTS) 64-bit (currently unavailable)

Chargement…
Annuler
Enregistrer