Commit 8fdc5c97 by Joseph Mulloy

Update Mongo 3.2 apt gpg key

parent 0ae57c0f
......@@ -15,7 +15,9 @@ mongo_journal_dir: "{{ COMMON_DATA_DIR }}/mongo/mongodb/journal"
mongo_user: mongodb
MONGODB_REPO: "deb http://repo.mongodb.org/apt/ubuntu {{ ansible_distribution_release }}/mongodb-org/3.2 multiverse"
MONGODB_APT_KEY: "7F0CEB10"
# Key id taken from https://docs.mongodb.com/v3.2/tutorial/install-mongodb-on-ubuntu/
# Changes with each major mongo release, so must be updated with Mongo upgrade
MONGODB_APT_KEY: "EA312927"
MONGODB_APT_KEYSERVER: "keyserver.ubuntu.com"
mongodb_debian_pkgs:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment