Version information
released Mar 7th 2016
This version is compatible with:
- Puppet Enterprise >= 3.0.0 < 2015.3.0
- Puppet >= 3.0.0 < 5.0.0
- , , , , , , , ,
Start using this module
Add this module to your Puppetfile:
mod 'deric-java', '0.1.1'
Learn more about managing modules with a PuppetfileDocumentation
deric/java — version 0.1.1 Mar 7th 2016
puppet-java
Puppet module for managing binary packages of Java with support of Java 8/9 on Debian based distribution. Unlike the official Java module this module installs binary packages from webupd8team (only for Java 8/9 on Debian).
Usage:
class{'java':
repository => 'webupd8team',
distribution => 'oracle',
release => 'java8',
accept_oracle_license => true,
}
Dependencies
- puppetlabs-stdlib (>= 2.4.0 < 5.0.0)
- puppetlabs-apt (>= 2.1.0 <= 3.0.0)