We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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!
The text was updated successfully, but these errors were encountered: