example42/puppet-wget

Name: puppet-wget

Owner: Example42

Description: Puppet module for wget

Created: 2016-05-05 10:26:30.0

Updated: 2016-05-05 10:26:50.0

Pushed: 2016-08-12 21:17:08.0

Homepage: null

Size: 35

Language: Puppet

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Deprecation notice

This module was designed for Puppet versions 2 and 3. It should work also on Puppet 4 but doesn't use any of its features.

The current Puppet 3 compatible codebase is no longer actively maintained by example42.

Still, Pull Requests that fix bugs or introduce backwards compatible features will be accepted.

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


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.