groovy
Puppet module for installing Groovy from the official distribution.
Documentation
rtyler/groovy — version 1.0.3 Dec 8th 2014
Groovy Puppet Module
This module will download and setup groovy from the official Codehaus' repository.
Usage
class { 'groovy':
}
This will install Groovy 2.3.1 into /opt/groovy-2,3,1
and install
/etc/profile.d/groovy.sh
to which will update the PATH
and GROOVY_HOME
appropriately for bash users.
License
Support
Please log issues at our Projects site
Dependencies
- nanliu/staging (>= 0.4.0)
- puppetlabs/stdlib (>= 3.0.0)