fix some minor typos in the thorium docs

This commit is contained in:
Thomas S Hatch 2017-01-24 10:05:23 -07:00
parent 58a18e2b58
commit 0b4aca9145

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.