mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Merge pull request #10457 from basepi/configfix10433
Clarify the actions salt will take when run as non-root, Ref #10433
This commit is contained in:
commit
da477a920b
@ -20,9 +20,10 @@
|
|||||||
# The tcp port used by the publisher
|
# The tcp port used by the publisher
|
||||||
#publish_port: 4505
|
#publish_port: 4505
|
||||||
|
|
||||||
# The user to run the salt-master as. Salt will update all permissions to
|
# The user under which the salt master will run. Salt will update all
|
||||||
# allow the specified user to run the master. If the modified files cause
|
# permissions to allow the specified user to run the master. The exception is
|
||||||
# conflicts set verify_env to False.
|
# 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
|
#user: root
|
||||||
|
|
||||||
# Max open files
|
# Max open files
|
||||||
|
Loading…
Reference in New Issue
Block a user