zonArt / puppet-wget

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:Other