Add File server valuse to the config file

This commit is contained in:
Thomas S Hatch 2011-05-21 17:11:21 -06:00
parent dec0765e06
commit 27afcbf59f

View file

@ -44,6 +44,23 @@
#auto_accept: False
##### File Server settings #####
##########################################
# Salt runs a lightwieght file server writen in zeromq to deliver files to
# minions. This file server is built into the master daemon and does not
# require a dedicated port.
# The file root is the root directory exposed by the file server
#file_root: /srv/salt
# The hash_type is the hash to use when discovering the hash of a file on
# the master server, the default is md5, but sha1, sha224, sha256, sha384
# and sha512 are also supported.
#hash_type: md5
# The buffer size in the file server can be adjusted here:
#file_buffer_size: 1048576
##### Cluster settings #####
##########################################
# Salt supports automatic clustering, salt creates a single ip address which