From ef67a4d3fd0bd15fcc7f4d2c14bf1c34ad3af2d4 Mon Sep 17 00:00:00 2001 From: Iwan Clement Date: Mon, 17 Jan 2022 08:47:17 +0100 Subject: [PATCH] iso ok --- data/QuickAndDirty/test.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/QuickAndDirty/test.pkr.hcl b/data/QuickAndDirty/test.pkr.hcl index b617647..b112c11 100644 --- a/data/QuickAndDirty/test.pkr.hcl +++ b/data/QuickAndDirty/test.pkr.hcl @@ -7,7 +7,7 @@ source "proxmox" "ubuntu" { # commit = true proxmox_url = "https://192.168.111.34:8006/api2/json" node = "grosnoeud" - iso_file = "local:ISOS/ubuntu-20.04.3-live-server-amd64.iso" + iso_file = "ISOS:iso/ubuntu-20.04.3-live-server-amd64.iso" iso_checksum = "f8e3086f3cea0fb3fefb29937ab5ed9d19e767079633960ccb50e76153effc98" insecure_skip_tls_verify = true pool = "Linux-VM"