Skip to content
This repository was archived by the owner on May 8, 2021. It is now read-only.

Commit 01d5e9c

Browse files
committed
PLAT-138 Install MongoDB version 3.4 for all nodes
1 parent 1883b4d commit 01d5e9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mongodb/mongodb/templates/user-data.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ hostname ${hostname}
66
#
77
# apt
88
#
9-
DEBIAN_FRONTEND=noninteractive apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv EA312927
10-
echo "deb [ arch=amd64 ] http://repo.mongodb.com/apt/ubuntu trusty/mongodb-enterprise/3.2 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
9+
DEBIAN_FRONTEND=noninteractive apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 0C49F3730359A14518585931BC711F9BA15703C6
10+
echo "deb [ arch=amd64 ] http://repo.mongodb.com/apt/ubuntu trusty/mongodb-enterprise/3.4 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list
1111
DEBIAN_FRONTEND=noninteractive apt-key update -y
1212
DEBIAN_FRONTEND=noninteractive apt-get update -y
1313
DEBIAN_FRONTEND=noninteractive apt-get install -y awscli

0 commit comments

Comments
 (0)