Open chartotu19 opened 8 years ago
Found the issue, I did not add include_recipe "mongodb::mongodb_org_repo"
before include_recipe "mongodb::default"
in my custom recipe.
I still got mongodb v2.6 installed. I checked apt sources file and found this deb "http://downloads-distro.mongodb.org/repo/ubuntu-upstart" dist 10gen
. doesnt seem right.
This repo is EOL, but the code lives on at https://github.com/sous-chefs/mongodb. Could you give that cookbook a look and let us know if it doesn't fix your issue?
I am running mongodb::default recipe in one of AWS EC2 instances via opswork. I tried passing the version by setting package_version
node.set[:mongodb][:package_version]
Error message:
I checked apt-cache
apt-cache show mongodb
and found 2.4.9 seems to be the latest version.What am I missing?