From c6902a9ca05552210c9cdec8cd385ca0117900fe Mon Sep 17 00:00:00 2001 From: Iwan Clement Date: Mon, 17 Jan 2022 12:41:38 +0100 Subject: [PATCH] template --- data/QuickAndDirty/test.pkr.hcl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/QuickAndDirty/test.pkr.hcl b/data/QuickAndDirty/test.pkr.hcl index 637c704..8f08973 100644 --- a/data/QuickAndDirty/test.pkr.hcl +++ b/data/QuickAndDirty/test.pkr.hcl @@ -2,6 +2,8 @@ packer { } source "proxmox" "ubuntu" { + template_name = "UBU2004" + template_description = "Ubuntu 20.04 Server template" proxmox_url = "https://192.168.111.34:8006/api2/json" node = "grosnoeud" iso_file = "ISOS:iso/ubuntu-20.04.3-live-server-amd64.iso"