From 3661fffd58b331685e3b21b01d58822091776516 Mon Sep 17 00:00:00 2001 From: Mathieu Tarral Date: Mon, 23 Sep 2024 21:34:56 +0200 Subject: [PATCH] vm/templates: fix windows.json for Packer 1.6 --- vagrant/ansible/roles/vm/files/templates/windows.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/vagrant/ansible/roles/vm/files/templates/windows.json b/vagrant/ansible/roles/vm/files/templates/windows.json index ca552231..cac7784d 100644 --- a/vagrant/ansible/roles/vm/files/templates/windows.json +++ b/vagrant/ansible/roles/vm/files/templates/windows.json @@ -7,8 +7,7 @@ "cpus": "{{ user `cpus` }}", "memory": "{{ user `memory` }}", "iso_url": "{{user `iso_url`}}", - "iso_checksum_type": "{{user `iso_checksum_type`}}", - "iso_checksum": "{{user `iso_checksum`}}", + "iso_checksum": "{{user `iso_checksum_type`}}:{{user `iso_checksum`}}", "headless": true, "disk_compression": "true", "skip_compaction": "false", @@ -47,4 +46,4 @@ "winrm_username": "vagrant", "winrm_password": "vagrant" } -} +} \ No newline at end of file