From 4e6ecb4ef8b25eaf34986d77a4fb0c6c5c6b8f25 Mon Sep 17 00:00:00 2001 From: Jeffrey Martin Date: Wed, 28 Oct 2020 13:59:31 -0500 Subject: [PATCH] only use provisioner for tools The packer config for vmware-iso should not attempt tools install. There is a provisioner script for tools install that detects the environment and installer to use. --- packer/templates/windows_2008_r2.json | 1 - 1 file changed, 1 deletion(-) diff --git a/packer/templates/windows_2008_r2.json b/packer/templates/windows_2008_r2.json index 1aa0b77..ec830e6 100644 --- a/packer/templates/windows_2008_r2.json +++ b/packer/templates/windows_2008_r2.json @@ -13,7 +13,6 @@ "ssh_wait_timeout": "2h", "shutdown_command": "shutdown /s /t 10 /f /d p:4:1 /c \"Packer Shutdown\"", "guest_os_type": "windows7srv-64", - "tools_upload_flavor": "windows", "disk_size": 61440, "floppy_files": [ "{{user `autounattend`}}",