An open API service indexing awesome lists of open source software.

https://github.com/osoco/puppet-reviewboard

Module to install reviewboard and sites for it
https://github.com/osoco/puppet-reviewboard

Last synced: 11 months ago
JSON representation

Module to install reviewboard and sites for it

Awesome Lists containing this project

README

          

puppet-reviewboard
==================

Module to install reviewboard and sites for it. Depends on:
* puppet-easyinstall: https://github.com/osoco/puppet-easyinstall
* puppet-apache2: https://github.com/osoco/puppet-apache2
Example:

class my_review_board_class {
reviewboard::site { 'reviewboard.myorg.com': admin_email => 'admin@myorg.com' }
}