From bb433ff0312d8fb81a8e2103b0a4aab5c2b5fc22 Mon Sep 17 00:00:00 2001 From: ijunaidm <160701894+ijunaidm@users.noreply.github.com> Date: Wed, 12 Jun 2024 14:22:41 +0530 Subject: [PATCH] [Ubuntu] Update ubuntu-minimal.pkr.hcl (#10044) --- images/ubuntu/templates/ubuntu-minimal.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/ubuntu/templates/ubuntu-minimal.pkr.hcl b/images/ubuntu/templates/ubuntu-minimal.pkr.hcl index 9a3c34299d41..634e76d310ed 100644 --- a/images/ubuntu/templates/ubuntu-minimal.pkr.hcl +++ b/images/ubuntu/templates/ubuntu-minimal.pkr.hcl @@ -183,7 +183,7 @@ build { // Install MS package repos, Configure apt provisioner "shell" { - environment_vars = ["HELPER_SCRIPTS=${var.helper_script_folder}","DEBIAN_FRONTEND=noninteractive"] + environment_vars = ["HELPER_SCRIPTS=${local.helper_script_folder}","DEBIAN_FRONTEND=noninteractive"] execute_command = "sudo sh -c '{{ .Vars }} {{ .Path }}'" scripts = [ "${path.root}/../scripts/build/install-ms-repos.sh",