-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Two config.ssh.pty setting issues with Cloud provisioners #2731
Comments
For the first issue, you must not set it on the global I'll try to repro the second. |
didn't realize that the setting could be local. Thanks! Issue #1 got cleared up when I changed the code to be per box variable that I defined. Issue #2 is not as critical considering that I can use conditional statements, but it would be nice to address or at least document in case anyone runs into a corner case |
I'm unable to reproduce the second issue with my shell script. Let me know if you have a simple repro case and i'll take a look. |
Thanks Mitchell. I will try again and post a Vagrantfile that can reproduce the condition.
|
Hello Team,
Here is my Vagrantfile: http://pastebin.com/PBtDSAt8
Issue 1: config.ssh.pty setting is applied globally despite using conditional statements
Issue 2: "true" setting for Ubuntu VMs leaves the VM hanging indefinitely after shell provisioner completes
As a workaround, I'm currently instantiating VMs one-at-a-time and editing the Vagrantfile between each VM boot.
Let me know if you have any further questions,
Trevor
The text was updated successfully, but these errors were encountered: