From dd535b24d137564d377c09d7a74ce1d447275326 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Scheibe?= Date: Sun, 4 Aug 2019 15:54:32 +0200 Subject: [PATCH] Fix Windows 10 box name Since commit c2a80b2efc the final instead of the technical preview iso is used. --- vagrantfile-windows_10.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vagrantfile-windows_10.template b/vagrantfile-windows_10.template index 43fa03b7e..791e60ef8 100644 --- a/vagrantfile-windows_10.template +++ b/vagrantfile-windows_10.template @@ -4,8 +4,8 @@ Vagrant.require_version ">= 1.6.2" Vagrant.configure("2") do |config| - config.vm.define "vagrant-windows-10-preview" - config.vm.box = "windows_10_preview" + config.vm.define "vagrant-windows-10" + config.vm.box = "windows_10" config.vm.communicator = "winrm" # Admin user name and password