From 62b783a4c092aaa2825a2ecbf322459e73523f31 Mon Sep 17 00:00:00 2001 From: Samuel Liard Date: Sat, 23 Feb 2013 21:47:56 +0100 Subject: [PATCH] set true --- attributes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/attributes/default.rb b/attributes/default.rb index 4c0d9c51..b6c9f0dd 100644 --- a/attributes/default.rb +++ b/attributes/default.rb @@ -41,7 +41,7 @@ end # if you change this to true, you can download directly from Oracle -default['java']['oracle']['accept_oracle_download_terms'] = false +default['java']['oracle']['accept_oracle_download_terms'] = true # direct download paths for oracle, you have been warned!