java_binary
Manages Java 7/8/9 binary packages (including Oracle Java)
Version information
released Sep 7th 2017
This version is compatible with:
- Puppet Enterprise 2017.2.x, 2017.1.x, 2016.5.x, 2016.4.x
- Puppet >= 3.0.0 < 5.0.0
- , , , , , , , ,
Start using this module
Add this module to your Puppetfile:
mod 'deric-java_binary', '0.3.0'
Learn more about managing modules with a PuppetfileDocumentation
deric/java_binary — version 0.3.0 Sep 7th 2017
puppet-java_binary
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).
Supports Puppet 4 and newer.
Usage:
class{'java_binary':
repository => 'webupd8team',
distribution => 'oracle',
release => 'java8',
accept_oracle_license => true,
}
Dependencies
- puppetlabs-stdlib (>= 2.4.0 < 5.0.0)
- puppetlabs-apt (>= 3.0.0 < 5.0.0)