Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/biemond/biemond-jdksolaris
- Owner: biemond
- License: apache-2.0
- Created: 2013-12-05T20:29:17.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-01-22T16:42:29.000Z (almost 10 years ago)
- Last Synced: 2024-10-01T19:18:30.979Z (about 2 months ago)
- Language: Ruby
- Size: 159 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- Changelog: CHANGELOG.md
- License: License
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/"