Skip to content
 
 

Latest commit

 

History

52 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A puppet recipe for wget, a useful tool to download arbitary files from the web

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors