Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Dec 21, 2022. It is now read-only.

Commit d6db7d4

Browse files
committed
Merge pull request #1 from brettporter/amend-cookie
fix cookie
2 parents 1845dc0 + 400703b commit d6db7d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/jdk.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
$source = undef,
5353
$install_path = undef,
5454
$jre_install_path = undef,
55-
$cookie_string = 'gpw_e24=http%3A%2F%2Fwww.oracle.com%2Ftechnetwork%2Fjava%2Fjavase%2Fdownloads%2Fjdk-7u3-download-1501626.html;',
55+
$cookie_string = 'oraclelicense=accept-securebackup-cookie;gpw_e24=http://edelivery.oracle.com',
5656
$temp_target = 'C:\temp' ) {
5757

5858

0 commit comments

Comments
 (0)