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 48
48
# The name for the optional symlink in the installation directory.
49
49
#
50
50
define java::adopt (
51
- String[1] $ensure = ' present' ,
51
+ Enum['present'] $ensure = ' present' ,
52
52
String[1] $version = ' 8' ,
53
53
Optional[String] $version_major = undef ,
54
54
Optional[String] $version_minor = undef ,
Original file line number Diff line number Diff line change 42
42
# The name for the optional symlink in the installation directory.
43
43
#
44
44
define java::adoptium (
45
- String[1] $ensure = ' present' ,
45
+ Enum['present'] $ensure = ' present' ,
46
46
Optional[String] $version_major = undef ,
47
47
Optional[String] $version_minor = undef ,
48
48
Optional[String] $version_patch = undef ,
Original file line number Diff line number Diff line change 54
54
# The name for the optional symlink in the installation directory.
55
55
#
56
56
define java::download (
57
- String[1] $ensure = ' present' ,
57
+ Enum['present'] $ensure = ' present' ,
58
58
String[1] $version = ' 8' ,
59
59
Optional[String] $version_major = undef ,
60
60
Optional[String] $version_minor = undef ,
Original file line number Diff line number Diff line change 36
36
# The name for the optional symlink in the installation directory.
37
37
#
38
38
define java::sap (
39
- String[1] $ensure = ' present' ,
39
+ Enum['present'] $ensure = ' present' ,
40
40
String[1] $version = ' 8' ,
41
41
Optional[String] $version_full = undef ,
42
42
String[1] $java = ' jdk' ,
You can’t perform that action at this time.
0 commit comments