From fe2e6404afbfc229091d7658a6bec89ef83844ee Mon Sep 17 00:00:00 2001 From: Selora Date: Wed, 15 Jan 2020 17:48:25 +0000 Subject: [PATCH] Fixup: windows2016.json Start headless --- Packer/windows_2016.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packer/windows_2016.json b/Packer/windows_2016.json index 7ced741..91b8192 100644 --- a/Packer/windows_2016.json +++ b/Packer/windows_2016.json @@ -7,7 +7,7 @@ "iso_url": "{{user `iso_url`}}", "iso_checksum_type": "{{user `iso_checksum_type`}}", "iso_checksum": "{{user `iso_checksum`}}", - "headless": false, + "headless": true, "boot_wait": "6m", "boot_command": "", "winrm_username": "vagrant",