forked from oskar-flores/puppet-jdk_oracle
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update puppet-jdk from tylerwalts #1
Open
axier
wants to merge
35
commits into
ve-global:master
Choose a base branch
from
tylerwalts:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add java home in redhat
Add support for JRE and Server JRE
```puppet class { 'jdk_oracle': jce => true, default => true, download_url => 'https://nexus.corp/java', proxy_host => 'http://proxyhost:3128', version_update => '102', version_build => '14', } ``` Refactored the whole module to use * puppet-archive to simplify archive download and extraction * puppet-alternatives to simplify alternatives setup Refactored spec tests Added Acceptance tests with beaker Working under debian 8 and centos 6.7 for jdk8/jdk7/jre8 with/without JCE Should work on major RedHat based release as well as Debian. ** not tested with suse **
Updated fixtures.yml removed .gemfile
…efined method `to_sym' for nil:NilClass
WIP: Minor issue with travis-ci and jdk7 on debian. Should be related to unzip command. Working on real debian host.
* removed ensure_resources (notice the s) with under unknown circumstenses thow some "Hash" error * reverted to describe each alternative* entry as it would be unreadable with hashes and iterators (IMOO) * PR#45 for project puppet-alternatives : voxpupuli/puppet-alternatives#45 to fix alternative_entry issue with multiple alternative_entry in the manifest * Updated the priority as for each java entry to be based on the java version (180102). It's maybe not the best option so far, can be easly challenged.
Feature/custom url
…ing correctly one each run and therefore resulting in changes every run.
Fix silly bug with single quotations preventing the exec from evaluat…
revert default values of $default_java and $create_symlink back to true
Hash-Support for current Oracle 8-Download URLs.
…ith Oracle hash changes
check if wget, curl and unzip are defined before declaring them
Added deprecation note to README
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.