From a0e5b2afd25ad864d292b30f38e467cc6f4fca18 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer Date: Wed, 9 May 2018 14:34:27 +0200 Subject: [centos-7.4] switch to checksum URL --- centos-7.4-x86_64.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/centos-7.4-x86_64.json b/centos-7.4-x86_64.json index 39b5df1..ea1693a 100644 --- a/centos-7.4-x86_64.json +++ b/centos-7.4-x86_64.json @@ -1,7 +1,7 @@ { "variables": { "iso_url": "http://mirror1.hs-esslingen.de/pub/Mirrors/centos/7/isos/x86_64/CentOS-7-x86_64-NetInstall-1708.iso", - "iso_checksum": "fe3d960cce4d2c1c9f1b66817fe87cc0ee1a1c6c5dd126204cb5c33d51a45620", + "iso_checksum_url": "http://mirror1.hs-esslingen.de/pub/Mirrors/centos/7/isos/x86_64/sha256sum.txt", "iso_checksum_type": "sha256", "vm_name": "centos-7.4-x86_64", "http_dir": "http", @@ -13,7 +13,7 @@ "type": "qemu", "accelerator": "kvm", "iso_url": "{{ user `iso_url` }}", - "iso_checksum": "{{ user `iso_checksum` }}", + "iso_checksum_url": "{{ user `iso_checksum_url` }}", "iso_checksum_type": "{{ user `iso_checksum_type` }}", "output_directory": "{{ user `output_directory` }}", "vm_name": "{{ user `vm_name` }}", @@ -42,7 +42,7 @@ "type": "virtualbox-iso", "guest_os_type": "RedHat_64", "iso_url": "{{ user `iso_url` }}", - "iso_checksum": "{{ user `iso_checksum` }}", + "iso_checksum_url": "{{ user `iso_checksum_url` }}", "iso_checksum_type": "{{ user `iso_checksum_type` }}", "output_directory": "{{ user `output_directory` }}", "vm_name": "{{ user `vm_name` }}", @@ -69,7 +69,7 @@ "type": "vmware-iso", "guest_os_type": "centos-64", "iso_url": "{{ user `iso_url` }}", - "iso_checksum": "{{ user `iso_checksum` }}", + "iso_checksum_url": "{{ user `iso_checksum_url` }}", "iso_checksum_type": "{{ user `iso_checksum_type` }}", "output_directory": "{{ user `output_directory` }}", "vm_name": "{{ user `vm_name` }}", -- cgit v1.2.3-55-g7522