From 30d00ca41d6e6a46ded47a204a76d61f626bdf6a Mon Sep 17 00:00:00 2001 From: justin Date: Tue, 25 Jan 2022 22:59:47 -0500 Subject: [PATCH] Update win2k8 iso url --- packer/templates/pro/windows_2008_r2_pro.json | 2 +- packer/templates/windows_2008_r2.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packer/templates/pro/windows_2008_r2_pro.json b/packer/templates/pro/windows_2008_r2_pro.json index a440410..df6e9f0 100644 --- a/packer/templates/pro/windows_2008_r2_pro.json +++ b/packer/templates/pro/windows_2008_r2_pro.json @@ -135,7 +135,7 @@ } ], "variables": { - "iso_url": "http://download.microsoft.com/download/7/5/E/75EC4E54-5B02-42D6-8879-D8D3A25FBEF7/7601.17514.101119-1850_x64fre_server_eval_en-us-GRMSXEVAL_EN_DVD.iso", + "iso_url": "https://download.microsoft.com/download/4/1/D/41DEA7E0-B30D-4012-A1E3-F24DC03BA1BB/7601.17514.101119-1850_x64fre_server_eval_en-us-GRMSXEVAL_EN_DVD.iso", "iso_checksum": "4263be2cf3c59177c45085c0a7bc6ca5", "autounattend": "{{template_dir}}/../../answer_files/2008_r2/Autounattend.xml", "scripts_dir": "{{template_dir}}/../../../scripts", diff --git a/packer/templates/windows_2008_r2.json b/packer/templates/windows_2008_r2.json index f6d6bc2..0aa5d5b 100644 --- a/packer/templates/windows_2008_r2.json +++ b/packer/templates/windows_2008_r2.json @@ -342,7 +342,7 @@ } ], "variables": { - "iso_url": "http://download.microsoft.com/download/7/5/E/75EC4E54-5B02-42D6-8879-D8D3A25FBEF7/7601.17514.101119-1850_x64fre_server_eval_en-us-GRMSXEVAL_EN_DVD.iso", + "iso_url": "https://download.microsoft.com/download/4/1/D/41DEA7E0-B30D-4012-A1E3-F24DC03BA1BB/7601.17514.101119-1850_x64fre_server_eval_en-us-GRMSXEVAL_EN_DVD.iso", "iso_checksum": "4263be2cf3c59177c45085c0a7bc6ca5", "autounattend": "{{template_dir}}/../answer_files/2008_r2/Autounattend.xml", "scripts_dir": "{{template_dir}}/../../scripts",