You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At some point with refactoring installation on environments with internet access only via proxy broke again.
I think the problem is switching to machine.communicate.tap. Shell invocation is no more login shell and there are no proxy related environment variables set.
Easy fix for me was to force 'sh' to be login shell i.e. 'sh -l' in action/install_chef.rb/install
But maybe there is better solution.
Here are the plugins I am using:
vagrant-omnibus (1.4.1)
vagrant-proxyconf (1.5.0)
The text was updated successfully, but these errors were encountered:
At some point with refactoring installation on environments with internet access only via proxy broke again.
I think the problem is switching to machine.communicate.tap. Shell invocation is no more login shell and there are no proxy related environment variables set.
Easy fix for me was to force 'sh' to be login shell i.e. 'sh -l' in action/install_chef.rb/install
But maybe there is better solution.
Here are the plugins I am using:
vagrant-omnibus (1.4.1)
vagrant-proxyconf (1.5.0)
The text was updated successfully, but these errors were encountered: