Skip to content

Commit da3ea21

Browse files
committed
Comma cleanup
1 parent 23674c1 commit da3ea21

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

doc/ref/configuration/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ setting up a :term:`minion` is to set the location of the master in the minion
88
configuration file.
99

1010
The configuration files will be installed to :file:`/etc/salt` and are named
11-
after the respective components, :file:`/etc/salt/master` and
11+
after the respective components, :file:`/etc/salt/master`, and
1212
:file:`/etc/salt/minion`.
1313

1414
Master Configuration
@@ -85,7 +85,7 @@ Running Salt
8585
To run Salt as another user, set the :conf_master:`user` parameter in the
8686
master config file.
8787

88-
Additionally, ownership and permissions need to be set such that the
88+
Additionally, ownership, and permissions need to be set such that the
8989
desired user can read from and write to the following directories (and
9090
their subdirectories, where applicable):
9191

doc/ref/configuration/master.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ seeing on the console(and then salt-master crashes):
115115
By default this value will be the one of `ulimit -Hn`, i.e., the hard limit for
116116
max open files.
117117

118-
To set a different value than the default one, uncomment and configure this
118+
To set a different value than the default one, uncomment, and configure this
119119
setting. Remember that this value CANNOT be higher than the hard limit. Raising
120120
the hard limit depends on the OS and/or distribution, a good way to find the
121121
limit is to search the internet for something like this:
@@ -444,7 +444,7 @@ performance of max_minions.
444444

445445
Default: False
446446

447-
When enabled the master regularly sends events of currently connected, lost
447+
When enabled the master regularly sends events of currently connected, lost,
448448
and newly connected minions on the eventbus.
449449

450450
.. code-block:: yaml
@@ -905,8 +905,8 @@ Example:
905905
Default: ``md5``
906906

907907
The hash_type is the hash to use when discovering the hash of a file on
908-
the master server. The default is md5, but sha1, sha224, sha256, sha384
909-
and sha512 are also supported.
908+
the master server. The default is md5, but sha1, sha224, sha256, sha384, and
909+
sha512 are also supported.
910910

911911
.. code-block:: yaml
912912

doc/ref/configuration/minion.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ the fileserver's environments. This parameter operates identically to the
773773
Default: ``md5``
774774

775775
The hash_type is the hash to use when discovering the hash of a file on the
776-
local fileserver. The default is md5, but sha1, sha224, sha256, sha384 and
776+
local fileserver. The default is md5, but sha1, sha224, sha256, sha384, and
777777
sha512 are also supported.
778778

779779
.. code-block:: yaml

doc/ref/configuration/nonroot.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ minion as an unprivileged user will keep it from making changes to things like
2424
users, installed packages, etc. unless access controls (sudo, etc.) are setup
2525
on the minion to permit the non-root user to make the needed changes.
2626

27-
In order to allow Salt to successfully run as a non-root user, ownership and
27+
In order to allow Salt to successfully run as a non-root user, ownership, and
2828
permissions need to be set such that the desired user can read from and write
2929
to the following directories (and their subdirectories, where applicable):
3030

0 commit comments

Comments
 (0)