Skip to content

Commit 82135b7

Browse files
author
Brett Adam
committed
Let's try patched OAB from ladios/oab-java6 to resolve upstream changes to Oracle's java download site (see flexiondotorg/oab-java6#125)
1 parent 414d4f7 commit 82135b7

File tree

1 file changed

+2
-1
lines changed
  • modules/oracle_java/manifests

1 file changed

+2
-1
lines changed

modules/oracle_java/manifests/init.pp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
exec {'git_clone_oab':
1010
user => oab,
1111
path => '/usr/bin',
12-
command => 'git clone git://github.com/flexiondotorg/oab-java6.git /home/oab/oab-java',
12+
#command => 'git clone git://github.com/flexiondotorg/oab-java6.git /home/oab/oab-java',
13+
command => 'git clone https://github.com/ladios/oab-java6.git /home/oab/oab-java',
1314
creates => '/home/oab/oab-java',
1415
require => User['oab'],
1516
}

0 commit comments

Comments
 (0)