example42/puppet-java

Name: puppet-java

Owner: Example42

Description: Puppet module for Java

Created: 2012-07-24 11:14:23.0

Updated: 2017-07-19 16:18:12.0

Pushed: 2016-08-12 21:28:31.0

Homepage: null

Size: 46

Language: Puppet

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Deprecation notice

This module was designed for Puppet versions 2 and 3. It should work also on Puppet 4 but doesn't use any of its features.

The current Puppet 3 compatible codebase is no longer actively maintained by example42.

Still, Pull Requests that fix bugs or introduce backwards compatible features will be accepted.

java

Build Status

Table of Contents
  1. Overview
  2. Setup
  3. Usage
Overview

This module installs java (JDK + JRE) versions

Setup
Setup Requirements
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:

When submitting bug report please include or link:


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.