Skip to content

Commit

Permalink
Merge pull request #653 from rhelmer/master
Browse files Browse the repository at this point in the history
(puppet only) fixed version of java packaging script
  • Loading branch information
rhelmer committed Jun 15, 2012
2 parents ba4ea78 + e586844 commit 6052892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puppet/manifests/classes/socorro-hbase.pp
Expand Up @@ -14,7 +14,7 @@
}

exec { 'package-oracle-jdk':
command => '/usr/bin/wget https://raw.github.com/flexiondotorg/oab-java6/master/oab-java.sh && bash oab-java.sh',
command => '/usr/bin/wget https://raw.github.com/rhelmer/oab-java6/fix-issue-39/oab-java.sh && bash oab-java.sh',
creates => '/etc/apt/sources.list.d/oab.list',
cwd => '/home/socorro',
timeout => 0
Expand Down

0 comments on commit 6052892

Please sign in to comment.