From 284d6c1939dde8aad89c9dfb93046dead00ac358 Mon Sep 17 00:00:00 2001 From: Iwan Clement Date: Mon, 17 Jan 2022 01:59:08 +0100 Subject: [PATCH] errors removed --- data/QuickAndDirty/test.pkr.hcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/QuickAndDirty/test.pkr.hcl b/data/QuickAndDirty/test.pkr.hcl index 991213a..12134fe 100644 --- a/data/QuickAndDirty/test.pkr.hcl +++ b/data/QuickAndDirty/test.pkr.hcl @@ -2,9 +2,9 @@ packer { } source "proxmox" "ubuntu" { - image = "ubuntu:focal" +# image = "ubuntu:focal" # proxmox_url = "http:/192.168.111.34:8006/api2/json" - commit = true +# commit = true username = "proxmox_user" password = "tvowyfv9gh23sdfAERtLWav2674" proxmox_url = "https://192.168.111.34:8006/api2/json"