mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fixed grammar
This commit is contained in:
parent
11920372b3
commit
53dd162729
3 changed files with 3 additions and 3 deletions
|
@ -338,7 +338,7 @@
|
|||
# If the autosign_file is specified, incoming keys specified in the
|
||||
# autosign_file will be automatically accepted. This is insecure. Regular
|
||||
# expressions as well as globing lines are supported. The file must be readonly
|
||||
# except for the owner. User permissive_pki_access to allow the group write access.
|
||||
# except for the owner. Use permissive_pki_access to allow the group write access.
|
||||
#autosign_file: /etc/salt/autosign.conf
|
||||
|
||||
# Works like autosign_file, but instead allows you to specify minion IDs for
|
||||
|
|
|
@ -312,7 +312,7 @@ syndic_user: salt
|
|||
# If the autosign_file is specified, incoming keys specified in the
|
||||
# autosign_file will be automatically accepted. This is insecure. Regular
|
||||
# expressions as well as globing lines are supported. The file must be readonly
|
||||
# except for the owner. User permissive_pki_access to allow the group write access.
|
||||
# except for the owner. Use permissive_pki_access to allow the group write access.
|
||||
#autosign_file: /etc/salt/autosign.conf
|
||||
|
||||
# Works like autosign_file, but instead allows you to specify minion IDs for
|
||||
|
|
|
@ -1277,7 +1277,7 @@ will be automatically accepted. Matches will be searched for first by string
|
|||
comparison, then by globbing, then by full-string regex matching.
|
||||
The file must be readonly except for it's owner.
|
||||
If :conf_master:`permissive_pki_access` is ``True`` the owning group can also
|
||||
have write access, but if salt is running as ``root`` it must be a member of that group.
|
||||
have write access, but if Salt is running as ``root`` it must be a member of that group.
|
||||
This should still be considered a less than secure option, due to the fact
|
||||
that trust is based on just the requesting minion id.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue