Skip to content
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

Single / global configuration key for setting proxy #14

Closed
tknerr opened this issue Aug 5, 2013 · 3 comments · Fixed by #17
Closed

Single / global configuration key for setting proxy #14

tknerr opened this issue Aug 5, 2013 · 3 comments · Fixed by #17

Comments

@tknerr
Copy link

tknerr commented Aug 5, 2013

While vagrant-proxyconf can set the proxy for multiple programs separately (e.g. config.apt_http_proxy vs. config.env_http_proxy) the typical use case is to set the same proxy for all these programs.

Idea:

  • config.apt_proxy.http sets the proxy only for apt
  • config.env_proxy.http sets only the *_proxy env vars
  • config.proxy.http (or maybe config.global_proxy.http?) sets the proxy for all programs
@tmatilai
Copy link
Owner

tmatilai commented Aug 5, 2013

Sounds reasonable.

vagrant-proxy plugin has reserved the config.proxy namespace but seems like the project is not active so maybe we can steal it? /cc @clintoncwolfe?

@clintoncwolfe
Copy link

You're welcome to it!

@tmatilai
Copy link
Owner

I'll close this in favor of PR #17.

tmatilai added a commit that referenced this issue Aug 30, 2013
Single / global configuration key for setting proxy

Fixes #14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants