tylerwalts / puppet-jdk_oracle

Puppet module to install JDK from oracle using wget
Other
15 stars 54 forks source link

How can I get value of $java_home in my modules? #67

Closed felipe1982 closed 6 years ago

felipe1982 commented 8 years ago

$::jdk_oracle::java_home $::jdk_oracle::install::java_home

None provide the value of $java_home, as seen in the install.pp file.

Example:

# a Jaspersoft module which relies on tomcat, which relies on java
tomcat::setenv::entry { 'JAVA_HOME':
  value => $java_home,
}