Problem scenario
You have Puppet agent and Puppet Master set up and configured to work together. You are are running open source Puppet 5.x on Ubuntu servers in AWS. You want to install Java on the Puppet agent nodes. You tried to use the Java module.
On the Puppet Master server, you ran this: puppet module install puppetlabs-java –version 2.2.0
This is your site.pp file:
class { ‘java’ :
package =’java-1.8.0-openjdk-devel’, …
Continue reading “How Do You Create a Puppet Manifest to Install Java?”