diff --git a/source/includes/toc-replica-set-deployment.yaml b/source/includes/toc-replica-set-deployment.yaml index 87b5efb1e9f..e9f5aadf694 100644 --- a/source/includes/toc-replica-set-deployment.yaml +++ b/source/includes/toc-replica-set-deployment.yaml @@ -1,12 +1,11 @@ file: /tutorial/deploy-replica-set description: | - Configure a three-member replica set for either a - production system. + Configure a three-member replica set for production systems. --- file: /tutorial/deploy-replica-set-for-testing description: | - Configure a three-member replica set for either a - development and testing systems. + Configure a three-member replica set for either + development or testing systems. --- file: /tutorial/deploy-geographically-distributed-replica-set description: | diff --git a/source/tutorial/deploy-replica-set.txt b/source/tutorial/deploy-replica-set.txt index acbba40641c..1f925a44101 100644 --- a/source/tutorial/deploy-replica-set.txt +++ b/source/tutorial/deploy-replica-set.txt @@ -33,7 +33,13 @@ Considerations When Deploying a Replica Set .. include:: /includes/considerations-deploying-replica-set.rst -Procedure ---------- +Procedure Without Authentication +-------------------------------- .. include:: /includes/steps/deploy-replica-set.rst + +Procedure With Authentication +----------------------------- + +:doc:`/tutorial/deploy-replica-set-with-auth` explains how to initialize +a replica set when :ref:`access control ` is in use.