From 688c2c173c6a6d342df35cc9bfc3d75f22de1844 Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Thu, 23 Feb 2023 14:35:46 +0100 Subject: [PATCH] Remove templating --- packer/ova/ubuntu-2204.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packer/ova/ubuntu-2204.json b/packer/ova/ubuntu-2204.json index 89ccb3b..a6f068c 100644 --- a/packer/ova/ubuntu-2204.json +++ b/packer/ova/ubuntu-2204.json @@ -5,7 +5,7 @@ "distro_arch": "amd64", "distro_name": "ubuntu", "distro_version": "22.04", - "cd_files": ["./packer/ova/linux/{{user `distro_name`}}/http/{{user `distro_version`}}/meta-data", "./packer/ova/linux/{{user `distro_name`}}/http/{{user `distro_version`}}/user-data"], + "cd_files": ["./packer/ova/linux/ubuntu/http/22.04/meta-data", "./packer/ova/linux/ubuntu/http/22.04/user-data"], "cd_label": "cidata", "iso_checksum": "10f19c5b2b8d6db711582e0e27f5116296c34fe4b313ba45f9b201a5007056cb", "iso_checksum_type": "sha256",