java
Install Oracle JDK with Puppet
Problem You would like to install Oracle JDK using Puppet. Using the puppetlabs/java module, you might get an error message such as: Error: Java distribution oracle-jdk is not supported. at […]/init.pp:57 on node […] Solution Use the module puppet-jdk-oracle. Just follow the installation instruction from the GitHub page.