From 7379c58a81dacc458ddab67de3b72456a7e6006e Mon Sep 17 00:00:00 2001 From: Iwan Clement Date: Mon, 17 Jan 2022 09:36:57 +0100 Subject: [PATCH] http_directory --- data/QuickAndDirty/test.pkr.hcl | 1 + 1 file changed, 1 insertion(+) diff --git a/data/QuickAndDirty/test.pkr.hcl b/data/QuickAndDirty/test.pkr.hcl index 37c3139..3ee8d03 100644 --- a/data/QuickAndDirty/test.pkr.hcl +++ b/data/QuickAndDirty/test.pkr.hcl @@ -16,6 +16,7 @@ source "proxmox" "ubuntu" { os = "l26" http_port_min = 4990 http_port_max = 4999 + http_directory = "ubuntu-20.04" username = "root@pam" password = "bzzYpm8koNtPKFYjpjXSyjFY" ssh_username = "root@pam"