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

Add parameters for http_proxy and http_proxy_port #80

Merged
merged 1 commit into from
Oct 9, 2014

Conversation

kytomaki
Copy link
Contributor

@kytomaki kytomaki commented Oct 3, 2014

Allows setting http_proxy_host and http_proxy_port in agent's puppet.conf

@kytomaki
Copy link
Contributor Author

kytomaki commented Oct 6, 2014

Hi @ghoneycutt,

would it be possible to review this PR when you have the time.

Kind regards,
-samppa

@@ -14,6 +14,8 @@
$env = $::env,
$puppet_server = 'puppet',
$puppet_ca_server = 'UNSET',
$http_proxy_host = 'UNSET',
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to validate this with is_domain_name() and have corresponding tests for failure

@ghoneycutt
Copy link
Owner

After you make these changes, could you please rebase into one commit and then rebase against master so that I can merge it?

Thanks! I appreciate all the word you are putting into this module.

@kytomaki kytomaki force-pushed the feature/http_proxy branch from d49f3d2 to 8306387 Compare October 7, 2014 10:35
@kytomaki
Copy link
Contributor Author

kytomaki commented Oct 7, 2014

Added some spec tests and rebased into one commit against the master.

Cheers!

@kytomaki kytomaki force-pushed the feature/http_proxy branch from 8306387 to ebcec8d Compare October 8, 2014 11:03
@kytomaki kytomaki force-pushed the feature/http_proxy branch from ebcec8d to a056d90 Compare October 8, 2014 11:06
ghoneycutt added a commit that referenced this pull request Oct 9, 2014
Add parameters for http_proxy and http_proxy_port
@ghoneycutt ghoneycutt merged commit 131ada4 into ghoneycutt:master Oct 9, 2014
@ghoneycutt
Copy link
Owner

Awesome work! Released in v2.13.0

@kytomaki
Copy link
Contributor Author

Thanks!

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 this pull request may close these issues.

2 participants