Skip to content

Commit

Permalink
merge the po with the upstream 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Yingminzhou committed Jun 15, 2016
1 parent 7b6fda5 commit 78e65b7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion source/includes/steps-deploy-replica-set-with-auth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ action:
replSetName: <replicaSetName>
- pre: |
Start the :program:`mongod` using the configuration file:
language: shell
language: sh
code: |
mongod --config <path-to-config-file>
post: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ action:
- pre: |
Start the :program:`mongod` specifying the ``--config`` option and the
path to the configuration file.
language: shell
language: sh
code: |
mongod --config <path-to-config-file>
Expand Down
2 changes: 1 addition & 1 deletion source/includes/steps-deploy-sharded-cluster-connect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ action:
- pre: |
Start the :program:`mongos` specifying the ``--config`` option and the
path to the configuration file.
language: shell
language: sh
code: |
mongos --config /srv/mongodb/mongos.conf
post: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ action:
- pre: |
Start the :program:`mongod` specifying the ``--config`` option and the
path to the configuration file.
language: shell
language: sh
code: |
mongod --config <path-to-config>
- pre: |
Expand Down Expand Up @@ -237,7 +237,7 @@ action:
- pre: |
Start the :program:`mongod` specifying the ``--config`` option and the
path to the configuration file.
language: shell
language: sh
code: |
mongod --config <path-to-config-file>
- pre: |
Expand Down Expand Up @@ -337,7 +337,7 @@ action:
- pre: |
Start the :program:`mongos` specifying the ``--config`` option and the
path to the configuration file.
language: shell
language: sh
code: |
mongos --config <path-to-config-file>
post: |
Expand Down

0 comments on commit 78e65b7

Please sign in to comment.