Add file_recv option to config file template

This commit is contained in:
Erik Johnson 2013-08-08 15:10:11 -05:00
parent 3e1df4f901
commit b9ae4a636e

View file

@ -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 #####
##########################################