summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Rebischke <Chris.Rebischke@posteo.de>2017-08-21 18:18:09 +0200
committerGitHub <noreply@github.com>2017-08-21 18:18:09 +0200
commit1a81d3ab3db7de8127b8a23f2a99651cc75a50bd (patch)
treee0e0b2768c71e942e35ad2f403a9957db2ab7ac2
parent7ca9869d595a192fbc7fd93e47f99bb46807badc (diff)
parent16cf050bf8d4fcf1c944478dae071a76156ed689 (diff)
downloadarch-boxes32-1a81d3ab3db7de8127b8a23f2a99651cc75a50bd.tar.xz
Merge pull request #22 from kBite/bug/fixed-checksum-variable-names-not-commited
bug fix to PR #21: fixed variable names not committed
-rw-r--r--vagrant.json6
1 files changed, 3 insertions, 3 deletions
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",