mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
typo fix: s/attempte/attempt/
This commit is contained in:
parent
26a8bc3942
commit
d18f3dc8de
1 changed files with 1 additions and 1 deletions
|
@ -629,7 +629,7 @@ will be automatically accepted and have :py:func:`state.apply
|
|||
<salt.modules.state.apply_>` executed. On top of this, we're going to add that
|
||||
a host coming up that was replaced (meaning a new key) will also be accepted.
|
||||
|
||||
Our master configuration will be rather simple. All minions that attempte to
|
||||
Our master configuration will be rather simple. All minions that attempt to
|
||||
authenticate will match the :strong:`tag` of :strong:`salt/auth`. When it comes
|
||||
to the minion key being accepted, we get a more refined :strong:`tag` that
|
||||
includes the minion id, which we can use for matching.
|
||||
|
|
Loading…
Add table
Reference in a new issue