Skip to content

Commit 2e8cf89

Browse files
authored
1 parent 93a4839 commit 2e8cf89

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ content: |
1313
baseurl=https://repo.mongodb.com/yum/amazon/2/mongodb-enterprise/{+version+}/$basearch/
1414
gpgcheck=1
1515
enabled=1
16-
gpgkey=https://www.pgp.mongodb.com/server-{+pgp-version+}.asc
16+
gpgkey=https://pgp.mongodb.com/server-{+pgp-version+}.asc
1717
1818
.. note::
1919

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ content: |
3131
baseurl=https://repo.mongodb.org/yum/amazon/2/mongodb-org/{+version+}/x86_64/
3232
gpgcheck=1
3333
enabled=1
34-
gpgkey=https://www.pgp.mongodb.com/server-{+pgp-version+}.asc
34+
gpgkey=https://pgp.mongodb.com/server-{+pgp-version+}.asc
3535
3636
You can also download the ``.rpm`` files directly from the
3737
`MongoDB repository <https://repo.mongodb.org/yum/amazon/>`_.

0 commit comments

Comments
 (0)