Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 518 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 518 Bytes

A Puppet module to download files with wget, supporting authentication.

Example

include wget

wget::fetch { "download": source => "http://www.google.com/index.html", destination => "/tmp/index.html", }

wget::fetch { "download": source => "http://www.google.com/index.html", destination => "/tmp/index.html", http_user => "user", http_password => "password", timeout => 0, }

Build Status