diff --git a/examples/hcl/linux/variables.alpine.pkr.hcl b/examples/hcl/linux/variables.alpine.pkr.hcl index 8531b43de..62c0e47cb 100644 --- a/examples/hcl/linux/variables.alpine.pkr.hcl +++ b/examples/hcl/linux/variables.alpine.pkr.hcl @@ -41,15 +41,16 @@ locals { "setup-alpine -f /media/floppy/alpine-vsphere-answers", "${var.alpine_password}", "${var.alpine_password}", - "", + "", "y", - "", + "", "reboot", - "", + "", "root", "${var.alpine_password}", "mount -t vfat /dev/fd0 /media/floppy", "/media/floppy/alpine-setup.sh", + "", ] }