Add fileserver_backend option to default config

This commit is contained in:
Thomas S Hatch 2012-12-27 14:21:56 -07:00
parent 39a6f49d8a
commit fa06e44d4f

View file

@ -252,6 +252,14 @@
# - '*.pyc'
# - '*/somefolder/*.bak'
# File Server Backend
# Salt supports a modular fileserver backend system, this system allows
# the salt master to link directly to third party systems to gather and
# manage the files. The defult and classic backend is "roots", be advised
# that the file_roots configuration value will differ based on the underlying
# fileserver backend
#fileserver_backend: roots
# Pillar Configurations:
# The Salt Pillar, is a system that allows for the building of global data
# that is refined based on minion. Basically, the pillar creates data that