From ca56eb52197a2cc944def9f51f761fa68d91362c Mon Sep 17 00:00:00 2001 From: Kilian Engelhardt Date: Sun, 20 Aug 2017 22:36:47 +0200 Subject: replace iso_checksum with iso_checksum_url By replacing iso_checksum with iso_checksum_url there is no need to hardcode hash values into vagrant.json. Trying to add mirror variable leeds to errors: vars inside variables are not reusable. See packer issue (#874)[https://github.com/hashicorp/packer/issues/874] --- vagrant.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vagrant.json b/vagrant.json index 602aa93..fe07592 100644 --- a/vagrant.json +++ b/vagrant.json @@ -1,8 +1,8 @@ { "variables": { "iso_url": "https://downloads.archlinux.de/iso/{{isotime \"2006.01\"}}.01/archlinux-{{isotime \"2006.01\"}}.01-x86_64.iso", + "iso_checksum_url": "https://downloads.archlinux.de/iso/{{isotime \"2006.01\"}}.01/sha1sums.txt", "iso_checksum_type": "sha1", - "iso_checksum": "bb609f8dfb7ece06ba3cdc355b627aab763639d3", "disk_size": "20480", "memory": "1024", "cpus": "2", -- cgit v1.2.3