Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 543 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 543 Bytes

Java Puppet Module.

This is meant to be used as a dependency and in conjunction with Hiera. The rpms are assumed available at a preferred location.

Supported OS: Redhat.

Using from Github / source

With librarian

If you use librarian-puppet, add the following to your Puppetfile:

mod "java",
  :git => "git@github.com:MSMFG/puppet-java.git",
  :ref => "0.0.1"

Hiera property required:

java::source_url: "http://download.oracle.com/otn-pub/java/jdk/7u51-b13"