Skip to content

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

License

Notifications You must be signed in to change notification settings

fugit/puppet-wget

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Puppet 67.1%
  • Ruby 32.9%