This module will download and setup groovy from the official Codehaus' repository.
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.
Please log issues at our Projects site