Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Latest commit

 

History

History
39 lines (24 loc) · 1.33 KB

File metadata and controls

39 lines (24 loc) · 1.33 KB

Java Puppet Module for Boxen

Build Status

Installs Oracle Java 8.

Usage

# Install the default version of both the JDK and JRE
include java

Parameters

You can customise this module by configuring some optional class parameters. Usually you'd do this via Hiera, but you could also explicitly pass those parameters in puppet code like class { 'java': update_version => '152', minor_Version => 'b16', hash_versoin => 'aa0333dd3019491ca4f6ddbe78cdb6d0' }.

All of these parameters have sensible defaults, and are provided if you need more control.

Example hiera data in YAML:

java::update_version: '152'
java::minor_version: 'b16'
java::hash_version: 'aa0333dd3019491ca4f6ddbe78cdb6d0'

Required Puppet Modules

  • boxen

Development

Write code. Run script/cibuild to test it. Check the script directory for other useful tools.