Private Puppet Forge
This module contains a Puppet plugin that allows you to serve your modules a la the Puppet Forge.
Usage
-----
# Install the plugin
$ puppet module install drrb/forge
# Install other modules you want to host
$ puppet module install puppetlabs/apache
# Start the server
$ puppet forge
# Point librarian-puppet to the server
$ cat > Puppetfile <<EOF
forge 'http://localhost:9292'
mod 'puppetlabs/apache', '0.9.0'
EOF
# Resolve and download the modules
$ librarian-puppet install
License
-------
Private Puppet Forge
Copyright (C) 2013 drrb
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/>.
Support
-------
Please log tickets and issues at the [Github project](https://github.com/drrb/puppet-forge)