What is it?
Puppet module to manage java
README
What is it?
A Puppet module that ensures java is installed.
Released under the Apache 2.0 licence
Usage:
To install the JDK:
<pre>
include java
</pre>
To include the development package
<pre>
include java::devel
</pre>
Known Issues:
Contribute:
- Fork it
- Create a topic branch
- Improve/fix (with spec tests)
- Push new topic branch
- Submit a PR
