Skip to content

How to download files through different proxy #120

Open
@chiyiliao

Description

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!

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions