Installs Groovy. Downloads zip distribution and installs.
- Chef 0.10.0+
- Java
- Ubuntu
Tested on:
- Ubuntu 10.04-12.04
Requires java cookbook.
See the attributes/default.rb. But here are the important ones:
node['groovy']['version']- Groovy version to download and installnode['groovy']['install_path']- Location to install tonode['groovy']['owner']- Owner of the installed Groovy download
On client nodes, use the default recipe:
{ "run_list": ["recipe[groovy]"] }