Skip to content

Commit

Permalink
re-added osx cookbook (which just reassures you that osx has java)
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip (flip) Kromer committed Jul 24, 2012
1 parent c5e611b commit 1c7723a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions java/recipes/osx.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

node.set['java']['java_home'] = "/System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home"

Chef::Log.warn "Skipping Java install because you're on OSX, hope the system java at #{node[:java][:java_home]} is good enough for you."

0 comments on commit 1c7723a

Please sign in to comment.