Skip to content

Commit 5bd9e06

Browse files
committed
Fix incorrect Linux installation step levels
1 parent 175a68d commit 5bd9e06

13 files changed

+36
-0
lines changed

source/includes/steps-install-mongodb-enterprise-on-amazon.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
stepnum: 1
2+
level: 4
23
source:
34
file: steps-install-mongodb-enterprise-on-red-hat.yaml
45
ref: install-repository
@@ -8,6 +9,7 @@ replacement:
89
distro_release: "2013.03"
910
---
1011
stepnum: 2
12+
level: 4
1113
source:
1214
file: steps-install-mongodb-enterprise-on-red-hat.yaml
1315
ref: install
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
stepnum: 1
2+
level: 4
23
source:
34
file: steps-install-mongodb-enterprise-on-amazon.yaml
45
ref: install-repository
56
replacement:
67
distro_release: "2"
78
---
89
stepnum: 2
10+
level: 4
911
source:
1012
file: steps-install-mongodb-enterprise-on-red-hat.yaml
1113
ref: install

source/includes/steps-install-mongodb-enterprise-on-debian.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
stepnum: 1
2+
level: 4
23
source:
34
file: steps-install-mongodb-on-debian.yaml
45
ref: import-key
56
---
67
title: Create a ``/etc/apt/sources.list.d/mongodb-enterprise.list`` file for MongoDB.
78
stepnum: 2
9+
level: 4
810
ref: sources-list
911
action:
1012
- pre: |
@@ -34,11 +36,13 @@ action:
3436
9 "Stretch".
3537
---
3638
stepnum: 3
39+
level: 4
3740
source:
3841
file: steps-install-mongodb-on-debian.yaml
3942
ref: reload
4043
---
4144
stepnum: 4
45+
level: 4
4246
source:
4347
file: steps-install-mongodb-enterprise-on-ubuntu.yaml
4448
ref: install

source/includes/steps-install-mongodb-enterprise-on-linux.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
title: Download the MongoDB Enterprise ``.tar.gz`` tarball.
22
stepnum: 1
3+
level: 5
34
ref: sequence
45
pre: |
56
After you have installed the required prerequisite packages, download
@@ -8,12 +9,14 @@ pre: |
89
---
910
title: Extract the files from the downloaded archive.
1011
stepnum: 2
12+
level: 5
1113
source:
1214
file: steps-install-mongodb-on-linux.yaml
1315
ref: extract
1416
---
1517
title: Ensure the binaries are in a directory listed in your ``PATH`` environment variable.
1618
stepnum: 3
19+
level: 5
1720
source:
1821
file: steps-install-mongodb-on-linux.yaml
1922
ref: ensure-binaries-in-path

source/includes/steps-install-mongodb-enterprise-on-red-hat.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
title: Configure repository.
22
ref: install-repository
33
stepnum: 1
4+
level: 4
45
pre: |
56
Create an ``/etc/yum.repos.d/mongodb-enterprise.repo`` file so that
67
you can install MongoDB enterprise directly using ``yum``:
@@ -26,6 +27,7 @@ replacement:
2627
---
2728
title: Install the MongoDB Enterprise packages.
2829
stepnum: 2
30+
level: 4
2931
ref: install
3032
action:
3133
- heading:

source/includes/steps-install-mongodb-enterprise-on-suse.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
stepnum: 1
2+
level: 4
23
source:
34
file: steps-install-mongodb-on-suse.yaml
45
ref: import-key
56
---
67
title: Configure the package management system (``zypper``).
78
stepnum: 2
9+
level: 4
810
ref: config-zypper
911
pre: |
1012
Add the repository so that you can install MongoDB using ``zypper``.
@@ -29,6 +31,7 @@ action:
2931
---
3032
title: Install the MongoDB packages.
3133
stepnum: 3
34+
level: 4
3235
ref: install
3336
# pre: |
3437
# When you install the packages, you choose whether to install the current

source/includes/steps-install-mongodb-enterprise-on-ubuntu.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
stepnum: 1
2+
level: 4
23
ref: import-deb-key
34
source:
45
file: steps-install-mongodb-on-ubuntu.yaml
56
ref: import-key
67
---
78
title: Create a ``/etc/apt/sources.list.d/mongodb-enterprise.list`` file for MongoDB.
89
stepnum: 2
10+
level: 4
911
ref: sources-list
1012
action:
1113
- pre: |
@@ -34,12 +36,14 @@ action:
3436
echo "deb http://repo.mongodb.com/apt/ubuntu "$(lsb_release -sc)"/mongodb-enterprise/3.4 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-enterprise-3.4.list
3537
---
3638
stepnum: 3
39+
level: 4
3740
source:
3841
file: steps-install-mongodb-on-ubuntu.yaml
3942
ref: reload
4043
---
4144
title: Install the MongoDB Enterprise packages.
4245
stepnum: 4
46+
level: 4
4347
ref: install
4448
# pre: |
4549
# You can install either the latest stable version of MongoDB or a

source/includes/steps-install-mongodb-on-amazon.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
stepnum: 1
2+
level: 4
23
source:
34
file: steps-install-mongodb-on-red-hat.yaml
45
ref: config-yum
@@ -8,6 +9,7 @@ replacement:
89
distro_release: "2013.03"
910
---
1011
stepnum: 2
12+
level: 4
1113
source:
1214
file: steps-install-mongodb-on-red-hat.yaml
1315
ref: install

source/includes/steps-install-mongodb-on-amazon2.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
stepnum: 1
2+
level: 4
23
source:
34
file: steps-install-mongodb-on-amazon.yaml
45
ref: config-yum
56
replacement:
67
distro_release: "2"
78
---
89
stepnum: 2
10+
level: 4
911
source:
1012
file: steps-install-mongodb-on-amazon.yaml
1113
ref: install

source/includes/steps-install-mongodb-on-debian.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
stepnum: 1
2+
level: 4
23
source:
34
file: steps-install-mongodb-on-ubuntu.yaml
45
ref: import-key
@@ -25,11 +26,13 @@ action:
2526
"Stretch".
2627
---
2728
stepnum: 3
29+
level: 4
2830
source:
2931
file: steps-install-mongodb-on-ubuntu.yaml
3032
ref: reload
3133
---
3234
stepnum: 4
35+
level: 4
3336
source:
3437
file: steps-install-mongodb-on-ubuntu.yaml
3538
ref: install

source/includes/steps-install-mongodb-on-red-hat.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
title: Configure the package management system (``yum``).
22
stepnum: 1
3+
level: 4
34
ref: config-yum
45
pre: |
56
Create a ``/etc/yum.repos.d/mongodb-org-{+version+}.repo`` file so that
@@ -27,6 +28,7 @@ replacement:
2728
---
2829
title: Install the MongoDB packages.
2930
stepnum: 2
31+
level: 4
3032
ref: install
3133
# pre: |
3234
# When you install the packages, you choose whether to install the current

source/includes/steps-install-mongodb-on-suse.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
title: Import the MongoDB public key
22
stepnum: 1
3+
level: 4
34
ref: import-key
45
action:
56
language: sh
@@ -8,6 +9,7 @@ action:
89
---
910
title: Configure the package management system (``zypper``).
1011
stepnum: 2
12+
level: 4
1113
ref: config-zypper
1214
pre: |
1315
Add the repository so that you can install MongoDB using ``zypper``.
@@ -36,6 +38,7 @@ action:
3638
---
3739
title: Install the MongoDB packages.
3840
stepnum: 3
41+
level: 4
3942
ref: install
4043
# pre: |
4144
# When you install the packages, you choose whether to install the current

source/includes/steps-install-mongodb-on-ubuntu.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
title: Import the public key used by the package management system.
22
stepnum: 1
3+
level: 4
34
ref: import-key
45
action:
56
pre: |
@@ -14,6 +15,7 @@ action:
1415
---
1516
title: Create a list file for MongoDB.
1617
stepnum: 2
18+
level: 4
1719
ref: sources-list
1820
action:
1921
pre: |
@@ -32,6 +34,7 @@ action:
3234
---
3335
title: Reload local package database.
3436
stepnum: 3
37+
level: 4
3538
ref: reload
3639
action:
3740
pre: |
@@ -43,6 +46,7 @@ action:
4346
---
4447
title: Install the MongoDB packages.
4548
stepnum: 4
49+
level: 4
4650
ref: install
4751
# pre: |
4852
# You can install either the latest stable version of MongoDB or a

0 commit comments

Comments
 (0)