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"