Reputation: 812
We are going to deploy MongoDB using Chef. We have found a handful of cookbooks that take care of installing MongoDB on a server. However, none of the cookbooks we've found handle MongoDB user setup.
We would preferably store the auth info for MongoDB users in encrypted data bags.
Does a cookbook that handles this exist?
Upvotes: 4
Views: 1958
Reputation: 269
I don't believe there are any public cookbooks that handle that currently. You would probably want to build on the following two cookbooks:
https://github.com/edelight/chef-mongodb
https://github.com/opscode-cookbooks/database
Upvotes: 3