Skip to content

Spantree/puppet-java7

Repository files navigation

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