applicationsonline / librarian

Librarian - A Framework for Bundlers. Librarian-Chef is at: https://github.com/applicationsonline/librarian-chef.
http://applicationsonline.com/
MIT License
655 stars 71 forks source link

Add support for the NO_PROXY environment variable #119

Closed databus23 closed 11 years ago

databus23 commented 11 years ago

In our setup we are using an internal cookbook site api endpoint that is not reachable via the corporate proxies. Since librarian 0.0.25 the http_proxy variable gets in out way when installing cookbooks with librarian-chef. The attached pull request adds support for the no_proxy environment variable which allows a more flexible proxy configuration.

yfeldblum commented 11 years ago

Thanks!