diff options
author | Christian Rebischke <Chris.Rebischke@posteo.de> | 2017-08-10 00:46:30 +0200 |
---|---|---|
committer | Christian Rebischke <Chris.Rebischke@posteo.de> | 2017-08-10 00:46:30 +0200 |
commit | 631ff43fcc7c13333f700e9f5ab816b6314057f5 (patch) | |
tree | a0e5d7bcd97e240418dc887a84d0b21539b180e5 | |
parent | 2311382af0eb15a04e71137fe102acdc3448c84b (diff) | |
download | arch-boxes32-631ff43fcc7c13333f700e9f5ab816b6314057f5.tar.xz |
added isotime for iso_url
-rw-r--r-- | vagrant.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vagrant.json b/vagrant.json index 8b0e042..874bae0 100644 --- a/vagrant.json +++ b/vagrant.json @@ -1,6 +1,6 @@ { "variables": { - "iso_url": "https://downloads.archlinux.de/iso/2017.07.01/archlinux-2017.07.01-x86_64.iso", + "iso_url": "https://downloads.archlinux.de/iso/{{isotime \"2006.01\"}}.01/archlinux-{{isotime \"2006.01\"}}.01-x86_64.iso", "iso_checksum_type": "sha1", "iso_checksum": "dd03d811211c332d29155069d8e4bb2306c70f33", "disk_size": "20480", |