edelight / chef-mongodb

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

Get rid of chef_gem. #370

Closed gswallow closed 4 years ago

gswallow commented 9 years ago

chef_gem fails because build-essential isn't installed at compile time. The Chef guys are recommending that complex things like replicaset and mongos become LWRPs, which is probably in progress but this fixes the chef_gem issue quickly.

joelwilson commented 9 years ago

Wish you could merge this!