Skip to content

Commit f7f2d9e

Browse files
authored
DOCSP-46275: wrong content version (#775)
Content taken from [this PR](10gen/docs-ops-manager#673) - [DOCSP-46275](https://jira.mongodb.org/browse/DOCSP-46275) - [STAGING](https://deploy-preview-775--docs-ops-manager.netlify.app/tutorial/install-simple-test-deployment/#configure-yum-to-install-mongodb) ### Self-Review Checklist - [ ] [Define](https://wiki.corp.mongodb.com/display/DE/Taxonomy+tagging+instructions) taxonomy [values](https://wiki.corp.mongodb.com/display/DE/Docs+Taxonomy) at top of page. - [ ] Add genre facets (tutorial or reference), as in this [example PR](10gen/cloud-docs#5042). - [ ] Add programmingLanguage (if necessary). - [ ] Add meta keywords (if necessary). - [ ] Resolve any new warnings or errors in the build. - [ ] Proofread for spelling and grammatical errors. - [ ] Check staging for rendering issues. - [ ] Confirm links are working.
1 parent 548db5c commit f7f2d9e

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

source/includes/steps-install-simple-test-deployment.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -60,17 +60,17 @@ ref: config-yum
6060
level: 4
6161
content: |
6262
63-
Create a ``/etc/yum.repos.d/mongodb-org-6.0.repo`` file so
63+
Create a ``/etc/yum.repos.d/mongodb-org-{+version+}.repo`` file so
6464
that you can install MongoDB directly using ``yum``:
6565
6666
.. code-block:: cfg
6767
68-
[mongodb-org-6.0]
68+
[mongodb-org-{+version+}]
6969
name=MongoDB Repository
70-
baseurl=https://repo.mongodb.org/yum/redhat/$releasever/mongodb-org/6.0/x86_64/
70+
baseurl=https://repo.mongodb.org/yum/redhat/$releasever/mongodb-org/{+version+}/x86_64/
7171
gpgcheck=1
7272
enabled=1
73-
gpgkey=https://pgp.mongodb.com/server-6.0.asc
73+
gpgkey=https://pgp.mongodb.com/server-{+version+}.asc
7474
7575
---
7676
stepnum: 3
@@ -137,16 +137,14 @@ content: |
137137
138138
.. code-block:: yaml
139139
:linenos:
140-
:emphasize-lines: 3, 6, 9-11, 19-20
140+
:emphasize-lines: 3, 6-9, 17-18
141141
142142
systemLog:
143143
destination: file
144144
path: "/data/appdb/mongodb.log"
145145
logAppend: true
146146
storage:
147147
dbPath: "/data/appdb"
148-
journal:
149-
enabled: true
150148
wiredTiger:
151149
engineConfig:
152150
cacheSizeGB: 1

0 commit comments

Comments
 (0)