Version information
released May 8th 2015
Start using this module
Add this module to your Puppetfile:
mod 'rjung-github', '1.0.4'
Learn more about managing modules with a PuppetfileDocumentation
rjung/github — version 1.0.4 May 8th 2015
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
puppet-github Copyright (C) 2012-2015 Rainer Jung This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.