Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 569 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 569 Bytes

scala cookbook

Installs the Scala programming language language. See the Scala homepage

Requirements

  • Chef 10
  • Java

Usage

Include the scala::default recipe to your run list or inside your cookbook.

Attributes

The following attributes are set under the scala namespace:

  • version - The version to install.
  • url - The url to the Scala tgz.
  • checksum - The SHA-256 of the Scala tgz.
  • home - The installation directory for Scala.

Recipes

  • default

Author

Author:: Kyle Allan (kallan@riotgames.com)