Details
-
Bug
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
None
-
None
Description
Code currently prohibits from adding a java configuration yourself since it will only allow you overriding known (params.pp) java installations.
if has_key($java::params::java, $distribution) {
|
} else {
|
fail("Java distribution ${distribution} is not supported.")
|
}
|
The default values should only be required when they are needed (no param given)