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

How to download files through different proxy #120

Open
chiyiliao opened this issue Jan 25, 2021 · 0 comments
Open

How to download files through different proxy #120

chiyiliao opened this issue Jan 25, 2021 · 0 comments

Comments

@chiyiliao
Copy link

chiyiliao commented Jan 25, 2021

Example:
download.pp contains below code:

wget::fetch { "download file1":
source => "https://host1/file1",
destination => '/opt/file1',
}

wget::fetch { "download file2":
source => "https://host2/file2",
destination => '/opt/file2',
}

Is it possible to download file1 through proxy1 and download file2 through proxy2?
Thank you!

@chiyiliao chiyiliao changed the title How to download file through different proxy How to download files through different proxy Jan 25, 2021
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

No branches or pull requests

1 participant