sunggun-yu / chef-mongodb3

Chef Cookbook for MongoDB v3
https://supermarket.chef.io/cookbooks/mongodb3
Apache License 2.0
33 stars 58 forks source link

Allow overriding the mongodb packages to install #46

Open andytson-inviqa opened 8 years ago

andytson-inviqa commented 8 years ago

This is so for example if you want to use the dev releases of MongoDB, which are named mongodb-org-unstable*

veetow commented 8 years ago

Or enterprise packages. 👍

veetow commented 8 years ago

@andytson-inviqa, you should update your PR to set a default package list for both mongod and mongos, and update the mongos recipe in the same way you already have done for mongod.

veetow commented 8 years ago

@sunggun-yu, thoughts?

andytson-inviqa commented 6 years ago

A bit late changing it, but I've done so. I don't use this cookbook any more though