edelight / chef-mongodb

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

Fix mongodb user/group on RHEL #409

Open huyanhvn opened 8 years ago

huyanhvn commented 8 years ago

Hi, not sure if this was intentional or not. But with mongodb user/group set to be "mongod" on RHEL, the cookbook fails out of the box, looking for 'mongod' user/group that are not there, as well as failing to start mongodb because /var/[lib/log/run]/mongodb are owned by mongodb:mongodb. When I changed these attributes to 'mongodb' the cookbook works out the box. Thanks so much for the work.

thomas-riccardi commented 8 years ago

This project is dead, see https://github.com/chef-brigade/mongodb-cookbook for the active fork.