Skip to content

Commit 78e65b7

Browse files
committed
merge the po with the upstream 3.2
1 parent 7b6fda5 commit 78e65b7

4 files changed

Lines changed: 6 additions & 6 deletions

source/includes/steps-deploy-replica-set-with-auth.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ action:
5252
replSetName: <replicaSetName>
5353
- pre: |
5454
Start the :program:`mongod` using the configuration file:
55-
language: shell
55+
language: sh
5656
code: |
5757
mongod --config <path-to-config-file>
5858
post: |

source/includes/steps-deploy-sharded-cluster-config-server.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ action:
3434
- pre: |
3535
Start the :program:`mongod` specifying the ``--config`` option and the
3636
path to the configuration file.
37-
language: shell
37+
language: sh
3838
code: |
3939
mongod --config <path-to-config-file>
4040

source/includes/steps-deploy-sharded-cluster-connect.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ action:
2020
- pre: |
2121
Start the :program:`mongos` specifying the ``--config`` option and the
2222
path to the configuration file.
23-
language: shell
23+
language: sh
2424
code: |
2525
mongos --config /srv/mongodb/mongos.conf
2626
post: |

source/includes/steps-enable-authentication-in-sharded-cluster.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ action:
177177
- pre: |
178178
Start the :program:`mongod` specifying the ``--config`` option and the
179179
path to the configuration file.
180-
language: shell
180+
language: sh
181181
code: |
182182
mongod --config <path-to-config>
183183
- pre: |
@@ -237,7 +237,7 @@ action:
237237
- pre: |
238238
Start the :program:`mongod` specifying the ``--config`` option and the
239239
path to the configuration file.
240-
language: shell
240+
language: sh
241241
code: |
242242
mongod --config <path-to-config-file>
243243
- pre: |
@@ -337,7 +337,7 @@ action:
337337
- pre: |
338338
Start the :program:`mongos` specifying the ``--config`` option and the
339339
path to the configuration file.
340-
language: shell
340+
language: sh
341341
code: |
342342
mongos --config <path-to-config-file>
343343
post: |

0 commit comments

Comments
 (0)