Skip to content

Commit

Permalink
Merge pull request #85 from ElstonLewis/product_codes
Browse files Browse the repository at this point in the history
Enable sql installation after product_codes validated
  • Loading branch information
ElstonLewis authored Oct 14, 2024
2 parents b8a8f43 + db9f349 commit 285c06d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions windows-sql.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ build {
destination = "C:\\Windows\\Outscale\\"
source = "files/windows/"
}
/*

provisioner "powershell" {
environment_vars = ["ISO_URL=${var.iso}"]
scripts = [
Expand All @@ -69,7 +69,6 @@ build {
]
}
provisioner "windows-update" {}
*/
provisioner "powershell" {
scripts = [ "scripts/windows/sysprep.ps1" ]
}
Expand Down

0 comments on commit 285c06d

Please sign in to comment.