Skip to content

Commit

Permalink
Add fileserver_backend option to default config
Browse files Browse the repository at this point in the history
  • Loading branch information
thatch45 committed Dec 27, 2012
1 parent 39a6f49 commit fa06e44
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions conf/master
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -252,6 +252,14 @@
# - '*.pyc' # - '*.pyc'
# - '*/somefolder/*.bak' # - '*/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: # Pillar Configurations:
# The Salt Pillar, is a system that allows for the building of global data # 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 # that is refined based on minion. Basically, the pillar creates data that
Expand Down

0 comments on commit fa06e44

Please sign in to comment.