Update Salt Mine documentation to show that the mine_interval option is configured in minutes.

This commit is contained in:
Ken Jordan 2017-09-01 14:57:10 -06:00
parent 02867fdcd2
commit 9ff03c2d43
2 changed files with 2 additions and 2 deletions

View file

@ -373,7 +373,7 @@
# interface: eth0
# cidr: '10.0.0.0/8'
# The number of seconds a mine update runs.
# The number of minutes between when a mine update runs.
#mine_interval: 60
# Windows platforms lack posix IPC and must rely on slower TCP based inter-

View file

@ -674,7 +674,7 @@ Note these can be defined in the pillar for a minion as well.
Default: ``60``
The number of seconds a mine update runs.
The number of minutes between when a mine update runs.
.. code-block:: yaml