Skip to content

Commit 70aec60

Browse files
authored
DOCS-14314 clarifying excludes install step (#5227)
* DOCS-14341 clarifying excludes install step * DOCS-14341 adding note block * DOCS-14341 adding note block * DOCS-14341 copy edit
1 parent 289e327 commit 70aec60

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

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

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,13 @@ action:
5151
5252
.. include:: /includes/release/pin-repo-to-version-yum.rst
5353
- pre: |
54-
You can specify any available version of MongoDB. However ``yum``
55-
upgrades the packages when a newer version becomes available. To
56-
prevent unintended upgrades, pin the package. To pin a package, add
57-
the following ``exclude`` directive to your ``/etc/yum.conf`` file:
54+
.. note::
55+
56+
``yum`` automatically upgrades packages when newer versions
57+
become available. If you want to prevent MongoDB upgrades, pin
58+
the package by adding the following ``exclude`` directive to
59+
your ``/etc/yum.conf`` file:
60+
5861
language: ini
5962
code: |
6063
exclude=mongodb-org,mongodb-org-database,mongodb-org-server,mongodb-mongosh,mongodb-org-mongos,mongodb-org-tools

0 commit comments

Comments
 (0)