Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
updated cloud manager agent url
Browse files Browse the repository at this point in the history
  • Loading branch information
crcsmnky committed Jun 8, 2016
1 parent 50a0976 commit f7dc95b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mongodb-instance-template.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ resources:
echo never > /sys/kernel/mm/transparent_hugepage/defrag

# download the latest mongodb cloud manager agent
curl -OL https://cloud.mongodb.com/download/agent/automation/mongodb-mms-automation-agent-manager_2.7.2.1653-1_amd64.ubuntu1604.deb
curl -OL https://cloud.mongodb.com/download/agent/automation/mongodb-mms-automation-agent-manager_latest_amd64.ubuntu1604.deb

# install the mongodb cloud manager agent
dpkg -i mongodb-mms-automation-agent-manager_2.7.2.1653-1_amd64.ubuntu1604.deb
dpkg -i mongodb-mms-automation-agent-manager_latest_amd64.ubuntu1604.deb

# configure the agent with cloud manager mmsGroupId and mmsApiKey
sed -i '/mmsGroupId/c\mmsGroupId={{ properties["mmsGroupId"] }}' /etc/mongodb-mms/automation-agent.config
Expand Down

0 comments on commit f7dc95b

Please sign in to comment.