Skip to content

springyboing/groovy-cookbook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Installs Groovy. Downloads zip distribution and installs.

Requirements

  • Chef 0.10.0+
  • Java

Platform

  • Ubuntu

Tested on:

  • Ubuntu 10.04-12.04

Cookbooks

Requires java cookbook.

Attributes

See the attributes/default.rb. But here are the important ones:

  • node['groovy']['version'] - Groovy version to download and install
  • node['groovy']['install_path'] - Location to install to
  • node['groovy']['owner'] - Owner of the installed Groovy download

Usage

On client nodes, use the default recipe:

{ "run_list": ["recipe[groovy]"] }

About

Groovy cookbook for chef

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages