Merge pull request #38918 from thatch45/thorium_typos

Thorium typos
This commit is contained in:
Mike Place 2017-01-25 12:00:40 -07:00 committed by GitHub
commit f94b8798b6
2 changed files with 3 additions and 2 deletions

View file

@ -105,7 +105,7 @@ the key from the master when the minion has been gone for 60 seconds:
key.timeout:
- delete: 60
- require:
- status: statreg
- status: startreg
There are two stanzas in this formula, whose IDs are ``startreg`` and
``keydel``. The first stanza, ``startreg``, tells Thorium to keep track of
@ -136,7 +136,7 @@ to function properly you will also need to enable the ``status`` beacon in the
beacons:
status:
interval: 10
- interval: 10
This will cause the minion to use the status beacon to check in with the master
every 10 seconds.

View file

@ -1341,6 +1341,7 @@ DEFAULT_MASTER_OPTS = {
'event_match_type': 'startswith',
'runner_returns': True,
'serial': 'msgpack',
'test': False,
'state_verbose': True,
'state_output': 'full',
'state_output_diff': False,