From 89532ff7fb468d062cdca4a783f21df5eb10e444 Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Thu, 19 Jan 2023 13:38:30 +0100 Subject: [PATCH] Remove duplicate block definition --- packer/sources.pkr.hcl | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packer/sources.pkr.hcl b/packer/sources.pkr.hcl index e17c26a..3774c76 100644 --- a/packer/sources.pkr.hcl +++ b/packer/sources.pkr.hcl @@ -52,9 +52,5 @@ source "vsphere-iso" "ubuntu" { shutdown_command = "echo '${var.ssh_password}' | sudo -S shutdown -P now" shutdown_timeout = "5m" - export { - images = false - output_directory = "/scratch/airgapped-k8s" - } remove_cdrom = true }