Skip to content
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
wants to merge 35 commits into
base: master
Choose a base branch
from

Conversation

axier
Copy link

@axier axier commented May 24, 2017

No description provided.

oskar flores and others added 30 commits March 1, 2016 09:28
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
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.
…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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants