Skip to content

Commit 794f02d

Browse files
committed
MO PR#161 includes fixes from 155, and adds ssl auth support
1 parent 9c06e70 commit 794f02d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/ubuntu/mongo-orchestration.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ sudo apt-get install -y mongodb-enterprise
1515
# Checkout orchestration from VCS and the latest pip doesn't support -b
1616
git clone https://github.com/10gen/mongo-orchestration.git
1717
pushd mongo-orchestration
18-
wget https://github.com/10gen/mongo-orchestration/pull/155.patch
19-
git am 155.patch
18+
wget https://github.com/10gen/mongo-orchestration/pull/161.patch
19+
git am 161.patch
2020
sudo python setup.py install
2121
popd
2222
####### DELETE ME

0 commit comments

Comments
 (0)