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.
Force installation from standard tar.gz archive and in a custom location
80
+
Force installation from standard tar.gz archive, in a custom location
81
81
82
82
```puppet
83
83
class { 'oracle_java':
@@ -138,7 +138,7 @@ Add `JAVA_HOME` environment variable to the `/etc/environment` file. Boolean val
138
138
139
139
#####`custom_download_url`
140
140
141
-
Do not download the Oracle Java archive from Oracle servers, instead use an alternative URL (example: `http://repo.mycompany.com/jdk-8u66-linux-x64.tar.gz`). Requires `format` set to `tar.gz`
141
+
Do not download the Oracle Java archive from Oracle servers, instead use an alternative URL (example: `http://myrepo.com/jdk-8u66-linux-x64.tar.gz`)
0 commit comments