edelight / chef-mongodb

MongoDB Chef cookbook
https://community.opscode.com/cookbooks/mongodb
Apache License 2.0
363 stars 3 forks source link

Initial commit to support multiple mongo instances on single server #336

Closed ghost closed 10 years ago

ghost commented 10 years ago

Currently the mongodb_instance def depends on many values provided as node attributes. A lot of those values need to be unique per mongodb_instance thus prevents having multiple mongodb_instances defined on 1 server. I've attempted to create more parameters for the def and to pass more values thorugh params rather then depending on node attributes.