You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -81,6 +82,9 @@ Installs OpenJDK-6 from the repositories.
81
82
###`java::java_7`
82
83
Installs OpenJDK-7 from the repositories.
83
84
85
+
###`java::java_8`
86
+
Installs OpenJDK-8 from the repositories.
87
+
84
88
###`java::java`
85
89
Install a specific version of java jdk and possibly sets update-alternative default.
86
90
If hiera defines a value for the parameter `java::java_default_version` on
@@ -92,16 +96,16 @@ Declares all other defines in the java module needed for installing Java. Curren
92
96
####Parameters
93
97
94
98
#####`java_version`
95
-
Specifies the java version to install. Valid options: '6'or '7'. Defaults to the resource title.
99
+
Specifies the java version to install. Valid options: '6', '7' or '8'. Defaults to the resource title.
96
100
97
101
#####`java_default_version`
98
-
Specifies the default java in case multiple versions are installed. Valid options: '6'or '7'. Defaults to the hiera defined key `java::java_default_version`.
102
+
Specifies the default java in case multiple versions are installed. Valid options: '6', '7' or '8'. Defaults to the hiera defined key `java::java_default_version`.
99
103
100
104
##Limitations
101
105
102
-
At the moment the module targets only OpenJDK 6and 7 on Ubuntu, RedHat and CentOS platforms. Specifically, it is tested only on Ubuntu 10.04 and 12.04, CentOS 6.6 distributions; although probably it will work also on more recent versions.
106
+
At the moment the module targets only OpenJDK 6, 7 and 8 on Debian, Ubuntu, RedHat and CentOS platforms. Specifically, it is tested only on Ubuntu 12.04 and CentOS 6.6 distributions; although probably it will work also on different versions.
103
107
104
108
##Development
105
109
106
-
If you need some feature please send me a (pull) request or send me an email at: dsestero 'at' gmail 'dot' com.
110
+
If you need some feature please send me a (pull) request and send me an email at: dsestero 'at' gmail 'dot' com.
0 commit comments