tylerwalts / puppet-jdk_oracle

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

Suse subclass has variable name diff #38

Closed tylerwalts closed 9 years ago

tylerwalts commented 9 years ago

This was caught by running lint tests:

manifests/suse.pp - WARNING: top-scope variable being used without an explicit namespace on line 154
manifests/suse.pp - WARNING: top-scope variable being used without an explicit namespace on line 180

There is a variable declared near the top for "java_home_basename" but references are trying to use "java_home_loc_basename", not finding it and trying to look at top scope.

Need to update reference name.