Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/biemond/biemond-jdksolaris

install JDK 7 for solaris
https://github.com/biemond/biemond-jdksolaris

Last synced: about 1 month ago
JSON representation

install JDK 7 for solaris

Awesome Lists containing this project

README

        

# Solaris JAVA SE 7 puppet module
=================================
[![Build Status](https://travis-ci.org/biemond/biemond-jdksolaris.png)](https://travis-ci.org/biemond/biemond-jdksolaris)

installs only the java tar.gz files

installs only the java tar.gz files
-----------------------------------

add the jdk-7u45-solaris-i586.tar.gz and / or jdk-7u45-solaris-x64.tar.gz (download these files from the Oracle website) to the files folder of this jdksolaris module

example usage
-------------

jdksolaris::install7{'jdk1.7.0_45':
version => '7u45',
fullVersion => 'jdk1.7.0_45',
x64 => true,
downloadDir => '/data/install',
sourcePath => "/vagrant",
}

or sourcePath => "puppet:///modules/jdksolaris/"