diff --git a/source/includes/steps-install-mongodb-enterprise-on-debian.yaml b/source/includes/steps-install-mongodb-enterprise-on-debian.yaml index 3679fcc0de4..e00b936b8e9 100644 --- a/source/includes/steps-install-mongodb-enterprise-on-debian.yaml +++ b/source/includes/steps-install-mongodb-enterprise-on-debian.yaml @@ -11,7 +11,7 @@ action: Create the list file using the following command: language: sh code: | - echo "deb http://repo.mongodb.com/apt/debian wheezy/mongodb-enterprise/stable main" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list + echo "deb http://repo.mongodb.com/apt/debian wheezy/mongodb-enterprise/3.0 main" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list - pre: | If you'd like to install MongoDB Enterprise packages from a particular :ref:`release series `, such as diff --git a/source/includes/steps-install-mongodb-enterprise-on-red-hat.yaml b/source/includes/steps-install-mongodb-enterprise-on-red-hat.yaml index fae74d267c4..e98317c033b 100644 --- a/source/includes/steps-install-mongodb-enterprise-on-red-hat.yaml +++ b/source/includes/steps-install-mongodb-enterprise-on-red-hat.yaml @@ -5,17 +5,17 @@ pre: | Create an ``/etc/yum.repos.d/mongodb-enterprise.repo`` file so that you can install MongoDB enterprise directly, using ``yum``. action: - - heading: For the *latest* stable release of MongoDB Enterprise + - heading: For the latest 3.0 release of MongoDB Enterprise pre: | Use the following repository file: language: cfg code: | [mongodb-enterprise] name=MongoDB Enterprise Repository - baseurl=https://repo.mongodb.com/yum/redhat/$releasever/mongodb-enterprise/stable/$basearch/ + baseurl=https://repo.mongodb.com/yum/redhat/$releasever/mongodb-enterprise/3.0/$basearch/ gpgcheck=0 enabled=1 - - heading: For specific version of MongoDB Enterprise + - heading: For a specific version of MongoDB Enterprise pre: | To install MongoDB Enterprise packages from a specific :ref:`release @@ -41,10 +41,10 @@ title: Install the MongoDB Enterprise packages and associated tools. ref: install stepnum: 2 pre: | - You can install either the latest stable version of MongoDB Enterprise or a + You can install either the latest 3.0 release of MongoDB Enterprise or a specific version of MongoDB Enterprise. action: - pre: "To install the latest stable version of MongoDB Enterprise, issue the following command:" + pre: "To install the latest 3.0 release of MongoDB Enterprise, issue the following command:" language: sh code: | sudo yum install -y mongodb-enterprise diff --git a/source/includes/steps-install-mongodb-enterprise-on-suse.yaml b/source/includes/steps-install-mongodb-enterprise-on-suse.yaml index 2ca4310df57..7dbe3fb844d 100644 --- a/source/includes/steps-install-mongodb-enterprise-on-suse.yaml +++ b/source/includes/steps-install-mongodb-enterprise-on-suse.yaml @@ -5,10 +5,10 @@ pre: | Add the repository so that you can install MongoDB using ``zypper``. action: - pre: | - Use the following command to specify the latest stable release of MongoDB. + Use the following command to specify the 3.0 release of MongoDB. language: sh code: | - sudo zypper addrepo --no-gpgcheck https://repo.mongodb.com/zypper/suse/11/mongodb-enterprise/stable/x86_64/ mongodb + sudo zypper addrepo --no-gpgcheck https://repo.mongodb.com/zypper/suse/11/mongodb-enterprise/3.0/x86_64/ mongodb - pre: | If you'd like to install MongoDB packages from a previous :ref:`release series `, such as 2.6, you can @@ -27,7 +27,7 @@ pre: | release or a previous one. This step provides the commands for both. action: - pre: | - To install the latest stable version of MongoDB, issue the following + To install the 3.0 release of MongoDB, issue the following command: language: sh code: | diff --git a/source/includes/steps-install-mongodb-enterprise-on-ubuntu.yaml b/source/includes/steps-install-mongodb-enterprise-on-ubuntu.yaml index 35cc39b9641..3b6dcf3511f 100644 --- a/source/includes/steps-install-mongodb-enterprise-on-ubuntu.yaml +++ b/source/includes/steps-install-mongodb-enterprise-on-ubuntu.yaml @@ -16,13 +16,13 @@ action: .. code-block:: sh - echo "deb http://repo.mongodb.com/apt/ubuntu precise/mongodb-enterprise/stable multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list + echo "deb http://repo.mongodb.com/apt/ubuntu precise/mongodb-enterprise/3.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list Ubuntu 14.04 .. code-block:: sh - echo "deb http://repo.mongodb.com/apt/ubuntu trusty/mongodb-enterprise/stable multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list + echo "deb http://repo.mongodb.com/apt/ubuntu trusty/mongodb-enterprise/3.0 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise.list - pre: | If you'd like to install MongoDB Enterprise packages from a