From f55bf22e255e58069b02c64ee3a7e63f4146dffe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Trung=20L=C3=AA?= Date: Wed, 15 Oct 2014 10:46:39 +1100 Subject: [PATCH] Bump Java 7 to u71 This allows Java to be installed successfully on OSX 10.10 Beta too --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index fa74884..f0df228 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -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