rodjek / librarian-puppet

http://librarian-puppet.com
MIT License
693 stars 209 forks source link

Error when module has no dependencies #250

Closed wimpyprogrammer closed 10 years ago

wimpyprogrammer commented 10 years ago

I'm getting an error when I try to install the module at https://github.com/puppetlabs/puppetlabs-sqlite.git. I think it's because the module has no dependencies.

Error details at https://gist.github.com/wimpyprogrammer/93453cabead0e85773e1.

Environment:

The Puppetfile-lock file is not created due to the error.

If I use a Puppetfile that doesn't include puppetlabs-sqlite, it downloads all modules successfully.

I know that the error may lie in the puppetlabs-sqlite module, but I was hoping that librarian-puppet could workaround such problems.

Thanks!

carlossg commented 10 years ago

Fixed in a028cc5