Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dalen/simple-puppet-forge
Simple Puppet Forge implementation
https://github.com/dalen/simple-puppet-forge
Last synced: 2 months ago
JSON representation
Simple Puppet Forge implementation
- Host: GitHub
- URL: https://github.com/dalen/simple-puppet-forge
- Owner: dalen
- License: mit
- Created: 2013-09-10T22:47:44.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-10T22:50:34.000Z (over 11 years ago)
- Last Synced: 2024-10-13T00:25:43.115Z (3 months ago)
- Language: Ruby
- Size: 123 KB
- Stars: 38
- Watchers: 7
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Simple Puppet Forge
===================A simple Puppet forge implementation which requires no database backend and will just read the metadata from the modules from disk instead.
Installation
------------It requires Sinatra (at least version 1.3+). Can be run as a regular Rack application under for example Passenger.
There is a sample apache vhost configuration in the archive.It also requires GNU tar (hopefully other variants can be supported in the future).
By default modules should be stored under `/var/lib/simple-puppet-forge/modules`. It expects the directory structure to be `user/module/user-module-version.tar.gz`.
Usage
-----Set the `module_repository` setting in Puppet to point to your simple puppet forge instance, for example `module_repository=http://forge.example.com/`.
After that you should be able to install modules using `puppet module install` provided they exist on disk.