From c4d8a5ce2ea333df6406dfa94be65129c35050da Mon Sep 17 00:00:00 2001 From: Elston LEWIS Date: Mon, 14 Oct 2024 13:52:32 +0200 Subject: [PATCH] Enable sql installation after product_codes validated --- windows-sql.pkr.hcl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/windows-sql.pkr.hcl b/windows-sql.pkr.hcl index aab7d10..430ae6c 100644 --- a/windows-sql.pkr.hcl +++ b/windows-sql.pkr.hcl @@ -57,7 +57,7 @@ build { destination = "C:\\Windows\\Outscale\\" source = "files/windows/" } -/* + provisioner "powershell" { environment_vars = ["ISO_URL=${var.iso}"] scripts = [ @@ -69,7 +69,6 @@ build { ] } provisioner "windows-update" {} -*/ provisioner "powershell" { scripts = [ "scripts/windows/sysprep.ps1" ] }