Skip to content

Commit

Permalink
Revise debian template appying fix for vmware-samples#197
Browse files Browse the repository at this point in the history
  • Loading branch information
evilaliv3 committed Apr 13, 2022
1 parent bae6279 commit 162ab44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builds/linux/debian/11/linux-debian.pkr.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ locals {
data_source_content = {
"/ks.cfg" = templatefile("${abspath(path.root)}/data/ks.pkrtpl.hcl", {
build_username = var.build_username
build_password = var.build_password
build_password_encrypted = var.build_password_encrypted
vm_guest_os_language = var.vm_guest_os_language
vm_guest_os_keyboard = var.vm_guest_os_keyboard
Expand Down

0 comments on commit 162ab44

Please sign in to comment.