I'm trying to install puppetlabs/java module but it seemingly just does absolutely nothing. i'm assuming you create a profile like this:
class profiles::java {
include java
java::oracle { 'jdk8' :
ensure => 'present',
version => '8',
java_se => 'jdk',
}
}
and then reference ::profiles::java in a role? It doesn't seem to do anything unfortunately. am i doing this right?
↧