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
{{ message }}
This repository was archived by the owner on Dec 19, 2024. It is now read-only.
@@ -116,10 +117,6 @@ Primary class and entry point of the module. Installs Java in `/usr/java`
116
117
Java version to install, formatted as '*major_version*'u'*minor_version*' or simply '*major_version*' for the latest available release in the selected Java SE series. Defaults to `8`
117
118
*Note*: a minor version of '0' (for example `8u0`) matches the initial release of the selected Java SE series.
118
119
119
-
#####`type`
120
-
121
-
What envionment type to install. Valid values are `jre` and `jdk`. Defaults to `jre`
122
-
123
120
#####`format`
124
121
125
122
What format of installation archive to retrieve. Valid values are `rpm` and `tar.gz`. Default depends on the platform
@@ -128,33 +125,11 @@ What format of installation archive to retrieve. Valid values are `rpm` and `tar
128
125
129
126
Absolute root path where the Oracle Java archives are extracted. Requires `format` set to `tar.gz`. Defaults to `/usr/java`
130
127
131
-
#####`check_checksum`
132
-
133
-
Enable checksum validation on downloaded archives. Boolean value. Defaults to `true`
134
-
135
-
#####`add_alternative`
136
-
137
-
Add Oracle Java to the system alternatives on compatible platforms (Debian/RHEL/SuSE families). Boolean value. Defaults to `false`
138
-
139
128
#####`add_system_env`
140
129
141
130
Add `JAVA_HOME` environment variable to the `/etc/environment` file. Boolean value. Defaults to `false`
142
131
143
-
#####`custom_download_url`
144
-
145
-
Do not download the Oracle Java archive from Oracle servers, instead use an alternative URL. Must but the full URL to the archive file or RPM package
146
-
147
-
#####`custom_checksum`
148
-
149
-
Custom MD5 checksum used to verify the archive integrity. Optional. Defaults to the checksum provided by Oracle
150
-
151
-
#####`proxy_server`
152
-
153
-
URL of a proxy server used for downloading Java archives
154
-
155
-
#####`proxy_type`
156
-
157
-
Type of the proxy server. Valid values are `none`, `http`, `https` and `ftp`. Optional. Default determined by the scheme used in `proxy_server`
132
+
See also [Common parameters](#common-parameters)
158
133
159
134
####Define: `oracle_java::installation`
160
135
@@ -166,25 +141,39 @@ Installs an extra version of Oracle Java in `install_path`
166
141
167
142
Namevar. See [oracle_java::version](#version)
168
143
144
+
See also [Common parameters](#common-parameters)
145
+
146
+
####Common parameters
147
+
148
+
Parameters common to both `oracle_java` and `oracle_java::installation`
149
+
169
150
#####`type`
170
151
171
-
See [oracle_java::type](#type)
152
+
What envionment type to install. Valid values are `jre` and `jdk`. Defaults to `jre`
172
153
173
154
#####`check_checksum`
174
155
175
-
See [oracle_java::check_checksum](#check_checksum)
156
+
Enable checksum validation on downloaded archives. Boolean value. Defaults to `true`
176
157
177
158
#####`add_alternative`
178
159
179
-
See [oracle_java::add_alternative](#add_alternative)
160
+
Add Oracle Java to the system alternatives on compatible platforms (Debian/RHEL/SuSE families). Boolean value. Defaults to `false`
180
161
181
162
#####`custom_download_url`
182
163
183
-
See [oracle_java::custom_download_url](#custom_download_url)
164
+
Do not download the Oracle Java archive from Oracle servers, instead use an alternative URL. Must but the full URL to the archive file or RPM package
184
165
185
166
#####`custom_checksum`
186
167
187
-
See [oracle_java::custom_checksum](#custom_checksum)
168
+
Custom MD5 checksum used to verify the archive integrity. Optional. Defaults to the checksum provided by Oracle
169
+
170
+
#####`proxy_server`
171
+
172
+
URL of a proxy server used for downloading Java archives
173
+
174
+
#####`proxy_type`
175
+
176
+
Type of the proxy server. Valid values are `none`, `http`, `https` and `ftp`. Optional. Default determined by the scheme used in `proxy_server`
0 commit comments