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, }