mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add file_recv option to config file template
This commit is contained in:
parent
3e1df4f901
commit
b9ae4a636e
1 changed files with 5 additions and 1 deletions
|
@ -167,16 +167,20 @@
|
|||
# - cmd
|
||||
|
||||
# The external auth system uses the Salt auth modules to authenticate and
|
||||
# validate users to access areas of the Salt system
|
||||
# validate users to access areas of the Salt system.
|
||||
#
|
||||
# external_auth:
|
||||
# pam:
|
||||
# fred:
|
||||
# - test.*
|
||||
#
|
||||
|
||||
# Time (in seconds) for a newly generated token to live. Default: 12 hours
|
||||
# token_expire: 43200
|
||||
|
||||
# Allow minions to push files to the master. This is disabled by default, for
|
||||
# security purposes.
|
||||
# file_recv: False
|
||||
|
||||
##### Master Module Management #####
|
||||
##########################################
|
||||
|
|
Loading…
Add table
Reference in a new issue