diff options
author | Kilian Engelhardt <kilian.engelhardt@godaddy.com> | 2017-08-20 22:36:47 +0200 |
---|---|---|
committer | Kilian Engelhardt <kilian.engelhardt@godaddy.com> | 2017-08-20 22:36:47 +0200 |
commit | ca56eb52197a2cc944def9f51f761fa68d91362c (patch) | |
tree | a7942ba7b9f15e2f223274bcaa21a735cfba17d9 /vagrant.json | |
parent | b0a969c4e34f8e2fb5299b41c4ef4a9c2ad02126 (diff) | |
download | arch-boxes32-ca56eb52197a2cc944def9f51f761fa68d91362c.tar.xz |
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]
Diffstat (limited to 'vagrant.json')
-rw-r--r-- | vagrant.json | 2 |
1 files changed, 1 insertions, 1 deletions
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", |