cookbook 'scala', '= 2.0.0'
scala (6) Versions 2.0.0 Follow1
Installs/Configures scala
cookbook 'scala', '= 2.0.0', :supermarket
knife supermarket install scala
knife supermarket download scala
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)