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
Unfortunately there is no easy way to access them. Each Vagrantfile is evaluated in a special context and the config objects are merged only at a later phase.
But you can use environment variable. The easiest would be to use the ones vagrant-proxyconf supports. I.e. set
@schlamar, I'm closing this as this is more of a Vagrant than a plugin issue. Feel free to continue the discussion though. Is the env var approach applicable for you?
I'm setting my proxy in ~/.vagrant.d/Vagrantfile
No I want to workaround #19 by reading
config.proxy.http
in my local Vagrantfile but this returns Object....How can I read my global proxy configuration in a local Vagrantfile?
The text was updated successfully, but these errors were encountered: