mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add fileserver_backend option to default config
This commit is contained in:
parent
39a6f49d8a
commit
fa06e44d4f
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue