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
- Host: GitHub
- URL: https://github.com/osoco/puppet-reviewboard
- Owner: osoco
- Created: 2012-06-01T07:16:32.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-06-01T12:02:35.000Z (about 14 years ago)
- Last Synced: 2025-07-22T03:38:28.804Z (11 months ago)
- Language: Puppet
- Size: 91.8 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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' }
}