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

Commit

Permalink
Bump Java 7 to u71
Browse files Browse the repository at this point in the history
This allows Java to be installed successfully on OSX 10.10 Beta too
  • Loading branch information
Trung Lê committed Oct 14, 2014
1 parent 1f71434 commit f55bf22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# include java
class java (
$update_version = '67',
$update_version = '71',
$base_download_url = 'https://s3.amazonaws.com/boxen-downloads/java'
) {
include boxen::config
Expand Down

0 comments on commit f55bf22

Please sign in to comment.