Merge pull request #28717 from cachedout/umask_note

Add note about recommended umask
This commit is contained in:
Mike Place 2015-11-09 16:26:20 -07:00
commit f4fe921965

View file

@ -237,3 +237,10 @@ service.
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.