index : arch-boxes32 | |
Archlinux32 virtual machines - obsolete | gitolite user |
summaryrefslogtreecommitdiff |
author | Christian Rebischke <Chris.Rebischke@posteo.de> | 2017-08-21 18:18:09 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-21 18:18:09 +0200 |
commit | 1a81d3ab3db7de8127b8a23f2a99651cc75a50bd (patch) | |
tree | e0e0b2768c71e942e35ad2f403a9957db2ab7ac2 | |
parent | 7ca9869d595a192fbc7fd93e47f99bb46807badc (diff) | |
parent | 16cf050bf8d4fcf1c944478dae071a76156ed689 (diff) |
-rw-r--r-- | vagrant.json | 6 |
diff --git a/vagrant.json b/vagrant.json index fe07592..570dd93 100644 --- a/vagrant.json +++ b/vagrant.json @@ -17,7 +17,7 @@ "http_directory": "http", "disk_size": "{{user `disk_size`}}", "guest_os_type": "ArchLinux_64", - "iso_checksum": "{{user `iso_checksum`}}", + "iso_checksum_url": "{{user `iso_checksum_url`}}", "iso_checksum_type": "{{user `iso_checksum_type`}}", "iso_url": "{{user `iso_url`}}", "ssh_username": "vagrant", @@ -51,7 +51,7 @@ "boot_wait": "10s", "http_directory": "http", "disk_size": "{{user `disk_size`}}", - "iso_checksum": "{{user `iso_checksum`}}", + "iso_checksum_url": "{{user `iso_checksum_url`}}", "iso_checksum_type": "{{user `iso_checksum_type`}}", "iso_url": "{{user `iso_url`}}", "ssh_username": "vagrant", @@ -80,7 +80,7 @@ "boot_wait": "10s", "http_directory": "http", "disk_size": "{{user `disk_size`}}", - "iso_checksum": "{{user `iso_checksum`}}", + "iso_checksum_url": "{{user `iso_checksum_url`}}", "iso_checksum_type": "{{user `iso_checksum_type`}}", "iso_url": "{{user `iso_url`}}", "ssh_username": "vagrant", |