Giter Site home page Giter Site logo

puppet-oraclejava's Introduction

Oracle Java Puppet Module

This module manages Oracle Java 8 and Java 7 with Unlimited JCE

This module has been tested against Puppet 3.8 on Ubuntu 14.04

Pull requests welcome

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

Usage

include oraclejava::install

or

class { 'oraclejava::install': }

The default behavior is to install java8 with unlimited JCE. It will not automatically upgrade. If you would like to upgrade java8, you can use the ensure parameter:

class { 'oraclejava::install':
  ensure => 'latest'
}

If you do not want unlimited JCE specify false:

class { 'oraclejava::install':
  ensure        => 'latest'
  unlimited_jce => false;
}

Hiera example:


classes:

  • oraclejava::install

oraclejava::install::unlimited_jce: true oraclejava::install::version: '7'

Keep in mind that the webupd8 team's java8 package does not keep historical versions of the java installer, so you cannot specify a specific version of java to install at this time.

Author

Contributors:

  • Scott Smerchek [email protected]: this module is based heavily on and includes parts of softek/puppet-java7
  • flosell: Added Debian 6 support

puppet-oraclejava's People

Forkers

apache

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.