Skip to content

Commit

Permalink
Update reference to Java cookbook
Browse files Browse the repository at this point in the history
Now the Java cookbook uses Chef's cache directory to extract the Oracle
JDK archive instead of /tmp. Also, explicitly set root_path in
.kitchen.yml so that /tmp isn't used by Test Kitchen for its cache.
  • Loading branch information
hectcastro committed Mar 21, 2014
1 parent 6001f20 commit b7a258a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ driver:

provisioner:
name: chef_solo
root_path: /home/vagrant/kitchen

platforms:
- name: ubuntu-12.04
Expand Down
2 changes: 1 addition & 1 deletion Berksfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ group :integration do
cookbook "minitest-handler"

# TODO: Remove once fix is merged and released upstream.
cookbook "erlang", github: "hectcastro/erlang", branch: "COOK-4422"
cookbook "java", github: "socrata-cookbooks/java", ref: "d78ce8a0480f82b1cb97d3e5fbe2c023f2819099"
end

0 comments on commit b7a258a

Please sign in to comment.