boxen / puppet-java

Install Java
http://boxen.github.com
MIT License
13 stars 55 forks source link

Including Java as a custom module throws Ruby error #36

Open mikeycmccarthy opened 10 years ago

mikeycmccarthy commented 10 years ago

Sorry, not 100% sure where to file this. Whenever I add the java module in my Puppetfile I get a big Ruby error trace fired back at me:

/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/fileutils.rb:1564:in path': no implicit conversion of nil into String (TypeError) from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/fileutils.rb:1564:infu_each_src_dest0' from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/fileutils.rb:1550:in fu_each_src_dest' from /System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/2.0.0/fileutils.rb:434:incp_r' from /opt/boxen/repo/.bundle/ruby/2.0.0/gems/librarian-puppet-0.9.15/lib/librarian/puppet/util.rb:21:in `cp_r'

If I remove java it disappears. Note that this only happens with the latest tag. If I go one back (1.4.0) it works fine.

timols commented 10 years ago

:+1: