mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add cmd_umask to roster docs
This commit is contained in:
parent
5c03f892bc
commit
0afa5b0d5d
1 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,8 @@ The information which can be stored in a roster ``target`` is the following:
|
|||
minion_opts: # Dictionary of minion opts
|
||||
thin_dir: # The target system's storage directory for Salt
|
||||
# components. Defaults to /tmp/salt-<hash>.
|
||||
cmd_umask: # umask to enforce for the salt-call command. Should be in
|
||||
# octal (so for 0o077 in YAML you would do 0077, or 63)
|
||||
|
||||
thin_dir
|
||||
--------
|
||||
|
|
Loading…
Add table
Reference in a new issue