Forge Home

java7

Oracle Java7 Puppet Module

20,672 downloads

4,121 latest version

5.0 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 0.7.0 (latest)
  • 0.6.1
  • 0.6.0
  • 0.5.3
  • 0.5.2
  • 0.5.1
  • 0.5.0
  • 0.3.1
  • 0.3.0
  • 0.2.2 (deleted)
  • 0.2.1 (deleted)
  • 0.2.0 (deleted)
released Jul 22nd 2019
This version is compatible with:
  • Puppet Enterprise 2019.1.x, 2019.0.x, 2018.1.x
  • Puppet >=5.5.0 <6.7.0
  • ,

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'spantree-java7', '0.7.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add spantree-java7
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install spantree-java7 --version 0.7.0

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

spantree/java7 — version 0.7.0 Jul 22nd 2019

java7 Puppet Module

Build Status Puppet Forge Puppet Forge

Table of Contents

  1. Overview
  2. Module Description
  3. Setup - The basics of getting started with java7
  4. Usage - Configuration options and additional functionality
  5. Reference - An under-the-hood peek at what the module is doing and how
  6. Limitations - OS compatibility, etc.
  7. Development - Guide for contributing to the module

Overview

The module java7 installs the oracle java7 jdk on Ubuntu or Debian based system.

Module Description

This module adds a apt repository and then proceeds to install oracle jdk7

NOTE: This module may only be used if you agree to the Oracle license: http://www.oracle.com/technetwork/java/javase/terms/license/

Setup

What java7 affects

Setup Requirements

None at the moment.

Beginning with java7

include java7 is enough to get you up and running.

##Usage

All interaction with the java7 module can be done through the main java7 class.

###I just want Oracle java 7 jdk, what's the minimum I need?

include java7

##Reference

###Classes

####Public Classes

  • java7: Main class

###Parameters

###Facts

##Limitations

This module has been built on and tested against Puppet 3.2 and higher.

The module has been tested on:

  • Ubuntu 12.04
  • Ubuntu 14.04

Testing on other platforms has been light and cannot be guaranteed.

Development

Release Notes/Contributors/Etc