mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Clarify the actions salt will take when run as non-root
Ref #10433 Also fix a dangling preposition
This commit is contained in:
parent
ef26e5efc8
commit
cd9480c261
1 changed files with 4 additions and 3 deletions
|
@ -20,9 +20,10 @@
|
|||
# The tcp port used by the publisher
|
||||
#publish_port: 4505
|
||||
|
||||
# The user to run the salt-master as. Salt will update all permissions to
|
||||
# allow the specified user to run the master. If the modified files cause
|
||||
# conflicts set verify_env to False.
|
||||
# The user under which the salt master will run. Salt will update all
|
||||
# permissions to allow the specified user to run the master. The exception is
|
||||
# the job cache, which must be deleted if this user is changed. If the
|
||||
# modified files cause conflicts set verify_env to False.
|
||||
#user: root
|
||||
|
||||
# Max open files
|
||||
|
|
Loading…
Add table
Reference in a new issue