opengrok
Module for managing the OpenGrok source cross referencing tool
Version information
released Jun 3rd 2012
Start using this module
Add this module to your Puppetfile:
mod 'rtyler-opengrok', '0.1.0'
Learn more about managing modules with a PuppetfileDocumentation
rtyler/opengrok — version 0.1.0 Jun 3rd 2012
puppet-opengrok
A simple Puppet module for managing and installing OpenGrok.
A simple example
node default {
include opengrok
opengrok::repo {
'puppet' :
git_url => 'git://github.com/puppetlabs/puppet.git';
'puppet-opengrok' :
git_url => 'git://github.com/rtyler/puppet-opengrok.git';
}
}
Errata
- This has only been tested and verified on Ubuntu 10.04 LTS, if you use a RedHat-based distribution you will probably need to change some of the package names (and send a pull request!)
- This will install Tomcat 6 on its own and hasn't been tested with any other puppet modules that you may use to manage Tomcat.