From ce5b61dba4c63c4899b73ec9621e1eeaa3d9292f Mon Sep 17 00:00:00 2001 From: kasun Date: Mon, 27 Jul 2026 19:51:08 +0200 Subject: [PATCH] adjusted wrong hostname of 3rd node --- 01-proxmox-infra/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01-proxmox-infra/index.ts b/01-proxmox-infra/index.ts index fc7e301..58416a4 100644 --- a/01-proxmox-infra/index.ts +++ b/01-proxmox-infra/index.ts @@ -105,7 +105,7 @@ const ubuntuImagePveBckp = new proxmox.download.File( const ubuntuImagePveEsprimo = new proxmox.download.File( "ubuntu-noble-pve-esprimo", { - nodeName: "pve-esprimo", + nodeName: "pve", datastoreId: "local", contentType: "import", fileName: "noble-server-cloudimg-amd64.qcow2",