-
Notifications
You must be signed in to change notification settings - Fork 116
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
Proxy Support #133
Comments
I would create a pull request but I'm not sure if "undef" works in non-proxy environments. |
PRs are always welcomed! Let's first check if it's not doable with existing codebase. You can opt either for custom repo or class { 'zookeeper':
cdhver => '5',
repo => {
name => 'myrepo',
url => 'http://cusom.url',
descr => 'description'
}
} with archive method you can override class { 'zookeeper':
install_method => 'archive',
archive_version => '3.4.8',
archive_dl_site => 'http://some_proxy_site',
} But you're right we don't support
Not sure if I understand the question. |
Thanks for the reply!
Maybe it was a not clear what I meant. Yes |
@BreadTrooper Please try version from |
@deric looking good! |
Good, I'm closing the issue, feel free to reopen or create a new issue if you encounter any problems. |
It would be great if the zookeeper module could support proxy.
I use this module in a corporate environment where all the traffic runs through a proxy.
It would look something like this:
params.pp
init.pp
archive.pp
The text was updated successfully, but these errors were encountered: