#java
####Table of Contents
##Overview
This module installs java (JDK + JRE) versions
##Setup
###Setup Requirements
- PuppetLabs stdlib module
- Example42 puppet module
##Usage
The main class is used only.
class { 'java':
jdk => false, # default - whether to install the jdk or the jre only
version => '6', # Java version to install
}
##Development
Pull requests (PR) and bug reports via GitHub are welcomed.
When submitting PR please follow these quidelines:
- Provide puppet-lint compliant code
- If possible provide rspec tests
- Follow the module style and stdmod naming standards
When submitting bug report please include or link:
- The Puppet code that triggers the error
- The output of facter on the system where you try it
- All the relevant error logs
- Any other information useful to undestand the context
