I'm trying to deploy opscode "Netflix ICE" cookbook. ENV rvm ruby 2.0.0 librarian-chef 0.0.1
Getting the following error during running librarian-chef install:
*[Librarian] Unpacking tmp/librarian/cache/source/chef/site/877777683730772c/artifact/version-uri/2352964421717b53/package.tar.gz to tmp/librarian/scratch/7924de8184850fe3ec287a571d2115a3
/Users/seva/git/chef/bundle/ruby/2.0.0/gems/librarian-chef-0.0.1/lib/librarian/chef/source/site.rb:271:in `unpack_package!': The package archive has too many children! (RuntimeError)*
Tried to define both, opscode and git, Netflix ICE repo in Cheffile. Also package.tar.gz file is consistent and I'm able to unpack it successfully
Any ideas?