edelight/chef-mongodb

ReplicaSet fails due to Mongo gem version change

geerzo opened this issue · 1 comments

Mongo just released version 2.x of their client gem which is pulled into this cookbook by default. Something in that version appears to break it's usage. For now the simple change is to change the attributes file to specify version 1.12.1 of the mongo gem until it can be made to work with 2.0.

Will be solved by #384. Closing this.