chef-boneyard / push-jobs-cookbook

Development repository for Chef Cookbook push-jobs
https://supermarket.chef.io/cookbooks/push-jobs
Apache License 2.0
21 stars 43 forks source link

add proxy configuration support #141

Closed mattlqx closed 6 years ago

mattlqx commented 6 years ago

Description

This pull adds explicit proxy configuration for push-jobs-client. While undocumented, setting the same attributes in the config file as chef-client for proxies (e.g. http_proxy, https_proxy, etc.) does work for pushy-client. This configuration can be configured via the node['push_jobs']['proxy']['http'] and node['push_jobs']['proxy']['https'] hashes. node['push_jobs']['no_proxy'] string attribute can also be specified for which domains/suffixes are to be proxy bypassed.

Issues Resolved

Fixes #79

Check List

Signed-off-by: Matt Kulka mkulka@parchment.com

tas50 commented 6 years ago

Cool stuff. Thanks