Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rtyler/puppet-opengrok
Module for managing the OpenGrok source cross referencing tool
https://github.com/rtyler/puppet-opengrok
Last synced: 27 days ago
JSON representation
Module for managing the OpenGrok source cross referencing tool
- Host: GitHub
- URL: https://github.com/rtyler/puppet-opengrok
- Owner: rtyler
- Created: 2012-06-01T18:39:04.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-06-03T05:57:05.000Z (over 12 years ago)
- Last Synced: 2024-11-26T21:03:17.730Z (29 days ago)
- Language: Shell
- Size: 6.65 MB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# puppet-opengrok
A simple Puppet module for managing and installing
[OpenGrok](http://www.opensolaris.org/os/project/opengrok/).## A simple example
```puppet
node default {
include opengrokopengrok::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.