puppet-jdk_oracle icon indicating copy to clipboard operation
puppet-jdk_oracle copied to clipboard

Puppet module to install JDK from oracle using wget

Results 15 puppet-jdk_oracle issues
Sort by recently updated
recently updated
newest added

I recommend these changes to the problem https://github.com/tylerwalts/puppet-jdk_oracle/issues/51

Hello, Please tell me if I do smth wrong I tried to define versions/build/package. Generated url is not valid one. Most simple use -> class { 'jdk_oracle': } output: (puppet)...

The commit https://github.com/tylerwalts/puppet-jdk_oracle/commit/8d1cfaebe93e15517d446250f80d886da613dd87 broke the use of $use_cache since the current code don't try to unarchive the cached version of the package.

With PR #79 responding to Oracle's change to the download site to add hashes to the URL, we now all have to be aware of the Oracle hash string (in...

looks like there are many changes needed if I want to install at a custom location with non-root user owning the files. This is not really an issue but would...

As of yesterday there is a new dependency: puppet-archive The problem with puppet-archive is that it dropped support for ruby 1.8 in version 1.0.0 Which is the version in CentOS...

I forked to add JCE support for java 6, java 7. Was it left out intentionally?

I started using this module to install Oracle Java 8 instead of 7 and the first pass was fine. Today, I tried updating to version 66 from 62 and it...

FIXES: Manipulating symlinks directly on RedHad hosts without using alternatives leaves the host in an inconsistent state. In addition, JAVA_HOME was not being set for sh shells.

update-alternatives in /usr/bin in Ubuntu 14.10. It is true for both 14 releases. Why even deal with explicit location instead of setting up PATH?