groovy
Puppet module for installing Groovy from the official distribution.
Version information
released Dec 8th 2014
Start using this module
Add this module to your Puppetfile:
mod 'rtyler-groovy', '1.0.3'
Learn more about managing modules with a PuppetfileDocumentation
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)