The error:
sudo: sorry, you must have a tty to run sudo
comes once the OS has been installed and the scripts are about to run.
The fix was to add:
"ssh_pty": true
to the json file as per hashicorp/packer#2420
Environment
Mac OSX 10.10
VMWare Fusion 8.0.0
Packer 0.8.6
Any chance of getting this looked at
The error:
sudo: sorry, you must have a tty to run sudocomes once the OS has been installed and the scripts are about to run.
The fix was to add:
"ssh_pty": trueto the json file as per hashicorp/packer#2420
Environment
Mac OSX 10.10
VMWare Fusion 8.0.0
Packer 0.8.6
Any chance of getting this looked at