Version information
released May 1st 2014
This version is compatible with:
- Puppet Enterprise 3.2.x
- Puppet 3.x
Start using this module
Add this module to your Puppetfile:
mod 'ericsysmin-oraclejava', '0.1.6'
Learn more about managing modules with a PuppetfileDocumentation
ericsysmin/oraclejava — version 0.1.6 May 1st 2014
#ericsysmin-oraclejava
##Description
This module allows you to install Oracle Java and allow you to pick the version of Java you want installed.
##How to use:
###How to install Oracle Java with defaults (Java 7)
include oraclejava
###How to install Oracle Java you choose the version
class { 'oraclejava': version => '8' }
Dependencies
- puppetlabs/apt (>= 1.4.2)