rjung-github

Download Tarballs from Github


Keywords
download, github, tarball, zip
License
GPL-2.0+
Install
puppet module install rjung-github --version 1.0.4

Documentation

puppet-github

Download Tarballs from Github

Requires

  • curl-Package (retrieved automaticly)

Quickstart

Install puppet-github to your modules (when you use git, it's easiest to git submodule add git://github.com/rynr/puppet-github.git modules/github).

Now you can use this for your manifest:

github::tarball { '/tmp/puppet.tgz':
  user     => 'puppetlabs',
  project  => 'puppet',
  branch   => '3.x',
}

Branch is not required, master will be fetched, if not given.

License

puppet-github  Copyright (C) 2012-2015 Rainer Jung
This program comes with ABSOLUTELY NO WARRANTY; This is free software,
and you are welcome to redistribute it under certain conditions;
For details see LICENSE-file bundled with this file.

Links