Fixed grammar

This commit is contained in:
Benedikt Werner 2017-10-21 00:55:58 +02:00
parent 11920372b3
commit 53dd162729
No known key found for this signature in database
GPG key ID: 1DBFF0F8E9E121EB
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -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.