File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4848# The name for the optional symlink in the installation directory.
4949#
5050define java::adopt (
51- String[1] $ensure = ' present' ,
51+ Enum['present'] $ensure = ' present' ,
5252 String[1] $version = ' 8' ,
5353 Optional[String] $version_major = undef ,
5454 Optional[String] $version_minor = undef ,
Original file line number Diff line number Diff line change 4242# The name for the optional symlink in the installation directory.
4343#
4444define java::adoptium (
45- String[1] $ensure = ' present' ,
45+ Enum['present'] $ensure = ' present' ,
4646 Optional[String] $version_major = undef ,
4747 Optional[String] $version_minor = undef ,
4848 Optional[String] $version_patch = undef ,
Original file line number Diff line number Diff line change 5454# The name for the optional symlink in the installation directory.
5555#
5656define java::download (
57- String[1] $ensure = ' present' ,
57+ Enum['present'] $ensure = ' present' ,
5858 String[1] $version = ' 8' ,
5959 Optional[String] $version_major = undef ,
6060 Optional[String] $version_minor = undef ,
Original file line number Diff line number Diff line change 3636# The name for the optional symlink in the installation directory.
3737#
3838define java::sap (
39- String[1] $ensure = ' present' ,
39+ Enum['present'] $ensure = ' present' ,
4040 String[1] $version = ' 8' ,
4141 Optional[String] $version_full = undef ,
4242 String[1] $java = ' jdk' ,
You can’t perform that action at this time.
0 commit comments