Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Commit

Permalink
Merge pull request #14 from scottjg/upgrade-java
Browse files Browse the repository at this point in the history
Update Java to 7u21
  • Loading branch information
wfarr committed Apr 25, 2013
2 parents 8054759 + f360df9 commit 5a41bb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/init.pp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class java {
$jre_url = 'https://s3.amazonaws.com/boxen-downloads/java/jre-7u13.dmg'
$jdk_url = 'https://s3.amazonaws.com/boxen-downloads/java/jdk-7u13.dmg'
$jre_url = 'https://s3.amazonaws.com/boxen-downloads/java/jre-7u21-macosx-x64.dmg'
$jdk_url = 'https://s3.amazonaws.com/boxen-downloads/java/jdk-7u21-macosx-x64.dmg'
$wrapper = "${boxen::config::bindir}/java"

package {
Expand Down

0 comments on commit 5a41bb4

Please sign in to comment.