mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge remote-tracking branch 'upstream/2014.7' into merge-forward-2015.5
This commit is contained in:
commit
f8b8441485
1 changed files with 9 additions and 0 deletions
|
@ -247,3 +247,12 @@ service.
|
|||
auth_timeout:
|
||||
The total time to wait for the authentication process to complete, regardless
|
||||
of the number of attempts.
|
||||
|
||||
|
||||
Salt Master Umask
|
||||
=================
|
||||
|
||||
The salt master uses a cache to track jobs as they are published and returns come back.
|
||||
The recommended umask for a salt-master is `022`, which is the default for most users
|
||||
on a system. Incorrect umasks can result in permission-denied errors when the master
|
||||
tries to access files in its cache.
|
||||
|
|
Loading…
Add table
Reference in a new issue