mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix another code review grammar issue
This commit is contained in:
parent
80a6efb608
commit
a49554a4d3
1 changed files with 5 additions and 2 deletions
|
@ -217,7 +217,7 @@ also forward it's local event bus to other masters defined by ``cluster_peers``
|
|||
|
||||
.. versionadded:: 3007
|
||||
|
||||
When ``cluster_id`` is defined. this setting is a list of other master
|
||||
When ``cluster_id`` is defined, this setting is a list of other master
|
||||
(hostnames or ips) that will be in the cluster.
|
||||
|
||||
.. code-block:: yaml
|
||||
|
@ -233,7 +233,10 @@ When ``cluster_id`` is defined. this setting is a list of other master
|
|||
|
||||
.. versionadded:: 3007
|
||||
|
||||
When ``cluster_id`` is defined. This sets the location of where this cluster will store it's cluster publich and private key as well as any minion keys. This setting will default to the value of ``pki_dir``, but should be changed filesystem location shared between peers in the cluster.
|
||||
When ``cluster_id`` is defined, this sets the location of where this cluster
|
||||
will store its cluster public and private key as well as any minion keys. This
|
||||
setting will default to the value of ``pki_dir``, but should be changed
|
||||
to the filesystem location shared between peers in the cluster.
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue